-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
49 lines (32 loc) · 1.3 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<head>
<title>Devansh's Portfolio</title>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width", initial-scale="1.0">
<!--File Links-->
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&family=Roboto+Flex:opsz,[email protected],400;8..144,500&display=swap" rel="stylesheet">
</head>
<Body>
<!--Nav Code Here -->
<div class="home-block-1">
<div class="page-title-container">
<p class="page-title">Dev's Portfolio</p>
</div>
<div class="menu-container">
<p class="menu-title">Menu</p>
<p class="h2"><a href="http://127.0.0.1:5500/index.html">Home.</a></p>
<p class="h2" ><a href="http://127.0.0.1:5500/about.html">About.</a></p>
<p class="h2"><a href="http://127.0.0.1:5500/about.html">Contact.</a><p>
</div>
<div class="contact-block-1">
<div class="column-1">
</div>
<div class="column-2">
</div>
</div>
<!--Footer Code Here -->
<!--javaScript Code here-->
</Body>