-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
101 lines (89 loc) · 4.25 KB
/
about.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Devansh's Portfolio</title>
<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=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="javaScript" href="index.js">
<link rel="aboutdev" href="about.html">
<link rel="stylesheet" href="swiper-bundle.min.css">
</head>
<body>
<header>
<nav>
<img src="image/logo.png" alt="iconlogo">
<div class="left"><a href="index.html">Devansh's Portfolio</a></div>
<div class="right">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="achivement.html">Achivements</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="container">
</div>
</main>
<footer>
<div class="footer">
<div class="footer-first">
<h3>Devansh Developer Portfolio</h3>
</div>
<div class="footer-second">
<ul>
<li><a href="https://github.com/devenvoy" target="_blank"><i class="fa-brands fa-github fa-xl"
style="color: #ffffff;"></i> GitHub</a></li>
<br>
<li><a href="https://www.linkedin.com/in/devansh-a-bb104524a" target="_blank"><i
class="fa-brands fa-linkedin fa-xl" style="color: #3bc6f8;"></i> LinkedIn</a></li>
<br>
<li><a href="mailto:[email protected]" target="_blank"><i
class="fa-solid fa-envelope fa-xl" style="color: #fd2b2b;"></i>
[email protected]</a></li>
</ul>
</div>
<div class="footer-third">
<ul>
<li><a href="tel:+91 9429509806" target="_blank"><i class="fa-solid fa-phone fa-xl"
style="color: #56d8f1;"></i> Contact No.</a></li>
<br>
<li><a href="https://wa.me/9429509806" target="_blank"><i class="fa-brands fa-whatsapp fa-xl"
style="color: #3efe28;"></i> whatsapp</a></li>
<br>
<li><a href="https://twitter.com/Devansh_AJ?t=bvI__sX-ldunm-9cuMqF7A&s=09" target="_blank"><i
class="fa-brands fa-twitter fa-xl" style="color: #1a8cd8;"></i> Twitter</a></li>
</ul>
</div>
<div class="footer-fourth">
<ul>
<li><a href="https://www.facebook.com/devansh.amadavadwala" target="_blank"><i
class="fa-brands fa-facebook fa-xl" style="color: rgb(58, 163, 244);"></i> facebook</a>
</li>
<br>
<li><a href="https://instagram.com/aj_devansh?igshid=NTc4MTIwNjQ2YQ==" target="_blank"><i
class="fa-brands fa-instagram fa-xl" style="color: rgb(232, 101, 191);"></i>
Instagram</a></li>
<br>
<li><a href="https://www.youtube.com/channel/UCsmc7CxNyBKcQz3mdcbOBog" target="_blank"><i
class="fa-brands fa-youtube fa-xl" style="color: #d70c0c;"></i> Youtube</a></li>
</ul>
</div>
</div>
<div class="last-text">
Copyright © devanshsportfolio.com | All rights reserved
</div>
</footer>
</body>
<script src="swiper-bundle.min.js"></script>
<script src="index.js"></script>
</html>