-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
114 lines (102 loc) · 3.9 KB
/
aboutUs.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
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML>
<html>
<head>
<title>Who I am</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Mayank</strong> <span>PORTFOLIO</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="aboutUs.html">About Me</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h1>About Me</h1>
</header>
<img style="height:auto;
max-width:100%;
border:none;
display:block;" src="images/mypic.PNG" alt="" />
<header class="major">
<h1>Mayank Dhakad</h1>
</header>
<p>Sagar Institute of Research & Technology, Excellence
<ul>
<li>Bachelor of Software Engineering(Final Year student), 2021</li>
<li>Member of CSI community</li>
<li>Winner of CodeHunt College level Coding competetion</li>
<li>Winner of Technical presentation in TechnoSaga</li>
<li>Head coordinator of photography In TechnoSaga</li>
</ul>
</p>
<p>
<ul>
<li>12th from M.p Board WIth 86% (From New Jain H.S. School)</li>
</ul>
</p>
<p>
<ul>
<li>10th from M.p Board WIth 82% (From Bright Career H.S. School)</li>
</ul>
</p>
</div>
</section>
</div>
<!-- Three -->
<section id="three">
<div class="inner">
<header class="major">
<h2>More Information</h2>
</header>
<p> <i class="fa fa-envelope" aria-hidden="true"> </i> Email Address: <a href="mailto:mayankirar@gmail.com">mayankirar@gmail.com</a><br>
<i class="fa fa-phone" aria-hidden="true"> </i> Phone Number: <a href="tel:+919713725360">+919713725360</a>
</p>
<ul class="actions">
<li><a href="https://drive.google.com/file/d/1b19srt-OWU4NToPKeJMX9I-lklbGR6r3/view?usp=sharing" class="button next">See Resume Now</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/mayankkirar0" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100009465957617" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/_its.mayank_/?hl=en" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/itsmayank0" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/mayank-dhakad-363921169/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Mayank Dhakad</li><li>Design with <i class="fa fa-heart"></i> by Mayank Dhakad</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>