-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
217 lines (190 loc) · 6.97 KB
/
index.html
File metadata and controls
217 lines (190 loc) · 6.97 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!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">
<title>Portfolio</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/skills.css">
<link rel="stylesheet" href="./CSS/project.css">
<script src="https://kit.fontawesome.com/d020b36e80.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="#" class="logo">Portifolio</a>
<div class="toggle" onclick="toggleMenu();"></div>
<ul class="menu">
<li><a href="#home" onclick="toggleMenu();">Home</a></li>
<li><a href="#about" onclick="toggleMenu();">About me</a></li>
<li><a href="#study" onclick="toggleMenu();">Skills</a></li>
<li><a href="#projects" onclick="toggleMenu();">Projects</a></li>
<li><a href="#contact" onclick="toggleMenu();">Contact me</a></li>
</ul>
</header>
<section class="banner" id="home">
<div class="textBx">
<h2><span>Honey</span></h2>
<h3>Developer.</h3>
<a href="#about" class="btn">Resume</a>
</div>
</section>
<section class="about" id="about">
<div class="heading">
<h2>About me</h2>
</div>
<div class="content">
<div class="w50">
<img src="./Images/Honey.jpg" class="img-responsive imgIM" />
</div>
<div aling="right" class="conetntBx w50">
<h3>I'm a Developer.</h3>
<p>
My name is Honey. I’m a junior from 🇮🇳 I'm an open-source enthusiast, a learner. 🌀Self-taught Web Dev ⚡ Pursuing degree in Computer Science 🏀
Baller .
</p>
<br />
<p>
I love programming and making random web-based applications for fun.
I am a future full-stack developer, currently I'm focusing on the
backend.
</p>
<br /><br />
<h3>My Interests</h3>
<p>
Apart from this, i have got a tons of interests! <br /><br />
>Reading Books; 📖<br />
>Playing Basketball; 🏀<br />
>Video games!; 🎮<br />
>I love talking to new people, and making friend!! 🙋♂️
</p>
<br />
</div>
</div>
</section>
<section class="services" id="study">
<div class="heading white">
<h2>Skills</h2>
</div>
<div class="content">
<div class="servicesBx">
<i class="fab fa-html5 icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-css3-alt icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-js icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-bootstrap icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-react icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-node-js icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-java icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-python icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-figma icon"></i>
</div>
</div>
</section>
<section class="work" >
<div class="heading">
<div class="card">
<div class="card-block">
<h2>Projects</h2>
<div class="row">
<div class="col-md-4">
<img src="./Images/1.gif" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">2048</h3>
<p>A Popular Online 2048-Game. It is a Single-Player Sliding Tile Puzzle Game. 🎊</p>
</div><br><br><br><br>
<div class="col-md-4">
<img src="./Images/2.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Royality Tourism</h3>
<p>A responsive, Tourism website, made by using React from <strong>scratch</strong></p>
</div><br><br><br><br>
<div class="col-md-4">
<img src="./Images/3.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Codepen Clone</h3>
<p>Responsive codepen clone, made by using React from <strong>scratch</strong> </p>
</div><br><br><br><br>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="heading white">
<h2>Want to connect?!</h2>
</div>
<div class="content">
<div class="contactInfo">
<h3>Contact</h3>
<div class="contactInfoBx">
<div class="box">
<div class="icon"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
<div class="text">
<h3 >Address</h3>
<p>Suratgarh<br>Rajasthan<br>India</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="mailto:harshsingh9667903022@gmail.com"><i class="fa fa-envelope" aria-hidden="true"></i></a></div>
<div class="text">
<h3>Email</h3>
<p>harshsingh9667903022@gmail.com</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="https://www.linkedin.com/in/honey-1287b91aa/"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></div>
<div class="text">
<h3>LinkedIn</h3>
<p>Honey .</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="https://github.com/Honey-9"><i class="fa fa-github" aria-hidden="true"></i></a></div>
<div class="text">
<h3>GitHub</h3>
<p>Honey-9</p>
</div>
</div>
</div>
</div>
<div class="formBx">
<form>
<h3>Message Me</h3>
<input type="text" name="" placeholder="Full Name">
<input type="email" name="" placeholder="Email">
<textarea placeholder="Your Message"></textarea>
<input type="submit" value="Send" name="">
</form>
</div>
</div>
</section>
<script type="text/javascript">
window.addEventListener("scroll", function() {
var header = document.querySelector("header");
header.classList.toggle("sticky", window.scrollY > 0);
});
function toggleMenu(){
var menuToggle = document.querySelector('.toggle');
var menu = document.querySelector('.menu');
menuToggle.classList.toggle('active');
menu.classList.toggle('active');
}
</script>
<script src="./app.js"></script>
</body>
</html>