-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
85 lines (59 loc) · 2.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DAMILEE</title>
<link rel="stylesheet" href="main.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="shortcut icon" href="IMG/Free Photo _ AI nuclear energy, future innovation of disruptive technology.jpg" type="image/x-icon">
</head>
<body>
<nav>
<img src="IMG/Untitled2.png" alt="">
<div class="ul">
<ul>
<a href="index.html"> <li>Home</li></a>
<a href="about.html"><li>About</li></a>
<a href="resume.html"><li>Resume</li></a>
<a href="pages.html"><li>Pages</li></a>
<a href="contact.html"><li class="active"> Contact</li></a>
</ul>
</div>
<div class="skype">
</div>
</nav>
<main class="mct">
<div class="contact">
<div class="ways">
<h4>
CONTACT US
</h4>
<h2>
Ways To Contact Me
</h2>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quod hic officia commodi facilis illum unde architecto, minima labore excepturi doloremque quidem? Voluptates quae esse laudantium amet, tempora quaerat magnam corporis.</p>
</div>
<div class="box">
<button class="btn3">
</button>
<button class="btn3">
</button>
<button class="btn3">
</button>
<button class="btn3">
</button>
<button class="btn3">
</button>
</div>
<p class="behance">www.DownloadNewThemes.com</p>
</div>
</main>
<footer>@COPYRIGHT | portfolio2025 | All Rights Reserved</footer>
</body>
</html>