-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (121 loc) · 4.47 KB
/
index.html
File metadata and controls
132 lines (121 loc) · 4.47 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="media/h.png" type="image/x-icon">
<link href="style.css" rel="stylesheet">
<link href="mobile.css" rel="stylesheet" media="screen and (max-width: 901px)">
<link href="widescreen.css" rel="stylesheet" media="screen and (min-width: 600px)">
<title>Welcome to Harshang's profile</title>
</head>
<body>
<div class="outerNavbar">
<div class="navbar">
<a href="#home">Home</a>
<a href="#aboutMe">About Me</a>
<!--<a href="certificate.html">certificates</a>-->
<a href="#contact">Contact</a>
</div>
</div>
<div class="mainLanding" id="home">
<div class="landingImgDiv">
<img src="media/ProfilePhoto.jpg" alt="photo">
</div>
<div class="landingMsg">
<strong>> Hello there, I'm Harshang <span class="blink">_</span></strong>
</div>
<div>
<a href="#aboutMe" class="scDown"><img class="scDownGif" src="media/scroll-down-arrow.gif"alt="scroll down"></a>
</div>
</div>
<!-- section 2 -->
<div class="section2" id="aboutMe">
<div class="ab1" id="s2InnerMAinDiv">
<div class="que1">
<b>Who am I?</b>
</div>
<div class="ans1">
I'm a <br><u>Rajyapal Award Winner</u><br>(The Bharat Scouts and Guides) and an <u>enthusiastic
student</u>, who
loves to code,
<br>and also eager to learn new technologies!
</div>
</div>
<hr>
<div class="ab2" id="s2InnerMAinDiv">
<div class="que2">
<b>Education</b>
</div>
<div class="ans2">
Doing B.tech in Computer Engineering.<br>
Done diploma in Computer Engineering with <u>8.32 CGPA</u> and also done ssc with <u>91.71 PR</u>.
</div>
</div>
<hr>
<div class="ab3" id="s2InnerMAinDiv">
<div class="que3">
<b>Achievements</b>
</div>
<div class="ans3" id="s2InnerMAinDiv">
Rajyapal Award,<br>The Bharat Scouts and Guides(2016)
<br>
<hr style="margin-top: 1%;margin-bottom: 1%;">
2<sup>nd</sup> rank in smart city Hackathon Rajkot,SSIP(2020)
</div>
</div>
<hr>
<div class="ab4" id="s2InnerMAinDiv">
<div class="que4">
<b>Skills</b>
</div>
<div class="ans4">
Leadership,<br>Project Management,<br>Web Devlopment
</div>
</div>
<hr>
<div class="ab5" id="s2InnerMAinDiv">
<div class="que5">
<b>Known Technologies</b>
</div>
<div class="ans5">
HTML, CSS, PHP, MySql, C, C++, Java, Python, Android
</div>
</div>
</div>
<footer>
<div>
<h2>~Contcat Me~</h2>
</div>
<div class="socialLinks" id="contact">
<div>
<a href="mailto:a.harshang@gmail.com" target="_blank">
<img src="media/Social media/gmail.svg" alt="gmail">
</a>
</div>
<div>
<a href="https://www.linkedin.com/in/harshang-akabari-592630154/" target="_blank">
<img src="media/Social media/linkedin.svg" alt="linkedin">
</a>
</div>
<div>
<a href="https://www.facebook.com/harshang.patel03" target="_blank">
<img src="media/Social media/facebook.svg" alt="facebook">
</a>
</div>
<div>
<a href="https://twitter.com/HarshangAkabari" target="_blank">
<img src="media/Social media/twitter.svg" alt="twitter"></a>
</div>
<div>
<a href="https://www.instagram.com/the.harshang/" target="_blank">
<img src="media/Social media/instagram.svg" alt="instagram"></a>
</div>
</div>
<hr>
<div class="cpyRights">Created by Harshang Akabari <br></div>
<div>© all rights reserved</div>
</footer>
</body>
</html>