Skip to content

Commit 3e8ac6d

Browse files
Add Photo and links for latest prodject
1 parent 8d72d1e commit 3e8ac6d

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

Index.html

+9-13
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ <h2><span>latest</span>Project</h2>
109109
<div class="layer">
110110
<h5>Visual Design</h5>
111111
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
112-
<a href="https://r6n606dm-7008.euw.devtunnels.ms/"> <i class='bx bx-link-external'></i></a>
112+
<a href="https://vzwlsq47-7008.euw.devtunnels.ms/"> <i class='bx bx-link-external'></i></a>
113113
</div>
114114
</div>
115115

116116
<div class="row">
117-
<img src="img/InflowMobile.jpg">
117+
<img src="img/InflowMobile.png">
118118
<div class="layer">
119119
<h5>Visual Design</h5>
120120
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
@@ -146,15 +146,13 @@ <h4>If you have any project in your mind.</h4>
146146

147147
</div>
148148
<div class="contact-form">
149-
<form action="">
150-
<input type="name" placeholder="Your Name " required>
151-
<input type="email" placeholder="Your Email " required>
152-
<input type="number" placeholder="your Mobile Number" required>
153-
<textarea name="" id="" cols="35" rows="10" placeholder="How Can I Help You " required></textarea>
154-
<input type="submit" value="Send Message" class="submit" required>
155-
</form>
156-
157-
</div>
149+
<form id="contact-form" action="C#Code/SendEmail.cs" method="post">
150+
<input type="text" id="name" name="name" placeholder="Your Name" required>
151+
<input type="email" id="email" name="email" placeholder="Your Email" required>
152+
<textarea id="message" name="message" cols="35" rows="10" placeholder="Your Message" required></textarea>
153+
<input type="submit" value="Send Message">
154+
</form>
155+
</div>
158156
</section>
159157

160158
<!---------End Section---------->
@@ -166,7 +164,5 @@ <h4>If you have any project in your mind.</h4>
166164
<a href="#home"><i class='bx bx-up-arrow-alt' ></i></a>
167165
</div>
168166
</section>
169-
170167
</body>
171-
172168
</html>

img/InflowMobile.jpg

-1.05 MB
Binary file not shown.

img/InflowMobile.png

512 KB
Loading

img/WebDashboard.png

124 KB
Loading

0 commit comments

Comments
 (0)