-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
231 lines (216 loc) · 8.44 KB
/
index.html
File metadata and controls
231 lines (216 loc) · 8.44 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio | Responsive Website Design</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<!--This is NavBar Section-->
<header>
<a href="#" class='logo'>Portfolio</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</a></li>
<li><a href="#services" onclick="toggleMenu();">Services</a></li>
<li><a href="#work" onclick="toggleMenu();">Work</a></li>
<li><a href="#testimonial" onclick="toggleMenu();">Testimonials</a></li>
<li><a href="#contact" onclick="toggleMenu();">Contact</a></li>
</ul>
</header>
<!--This is Banner Section-->
<section class="banner" id="home">
<div class="textBx">
<h2>Hello, I'm<br><span>Anish.</span></h2>
<h3>I'm a Front End Web Developer.</h3>
<a href="#about" class="btn">About Me</a>
</div>
</section>
<section class="about" id="about">
<div class="heading"><h2>About Me</h2></div>
<div class="content">
<div class="contentBx w50">
<h3>I'm a front end web Developer.</h3>
<p>
My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science. My hobbies are playing games, indoor as well as
outdoor. I also like to read. I play COD-M and I'm one of the top 1% players in
the game.
</p>
</div>
<div class="w50">
<img src="img1.jpg" class="img">
</div>
</div>
</section>
<!--This is Services Section-->
<section class="services" id="services">
<div class="heading white">
<h2>Our Services</h2>
<p>
My name is Anish. I'm a student of class CSE 3B in MRU.
</p>
</div>
<div class="content">
<div class="serviceBx">
<img src="icon1.png">
<h2>Web Design</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
<div class="serviceBx">
<img src="icon2.png">
<h2>Web Development</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
<div class="serviceBx">
<img src="icon3.png">
<h2>Android App</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
<div class="serviceBx">
<img src="icon4.png">
<h2>Photography</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
<div class="serviceBx">
<img src="icon5.png">
<h2>Content Writing</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
<div class="serviceBx">
<img src="icon6.png">
<h2>Video Editing</h2>
<p>My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.</p>
</div>
</div>
</section>
<!--This is Work Section-->
<section class="work" id="work">
<div class="heading">
<h2>Our Latest Work</h2>
<p>
My name is Anish. I'm a student of class CSE 3B in MRU.
</p>
</div>
<div class="content">
<div class="workBx">
<img src="product1.jpg">
</div>
<div class="workBx">
<img src="product2.jpg">
</div>
<div class="workBx">
<img src="product3.jpg">
</div>
<div class="workBx">
<img src="product4.jpg">
</div>
</div>
<div class="heading">
<a href="#" class="btn">View More</a>
</div>
</section>
<!--This is testimonials Section-->
<section class="testimonial" id="testimonial">
<div class="heading">
<h2>Testimonials</h2>
<p>
My name is Anish. I'm a student of class CSE 3B in MRU.
</p>
</div>
<div class="content">
<div class="testimonialBx">
<p>
My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.
</p>
<h3>Someone Famous<br><span>Creative Designer</span></h3>
</div>
<div class="testimonialBx">
<p>
My name is Anish. I'm a student of class CSE 3B in MRU. I'm currently pursuing
B.Tech. in Computer Science.
</p>
<h3>Someone Famous<br><span>Creative Designer</span></h3>
</div>
</div>
</section>
<!--This is contact Section-->
<section class="contact" id="contact">
<div class="heading">
<h2>Contact Us</h2>
<p>
My name is Anish. I'm a student of class CSE 3B in MRU.
</p>
</div>
<div class="content">
<div class="contactInfo">
<h3>Contact Info</h3>
<div class="contactInfoBox">
<div class="box">
<div class="icon">
<i class="fa fa-map-marker"></i>
</div>
<div class="text">
<h3>Address</h3>
<p>F-21 CBH-II,<br>Boys Hostel,MRU,<br>Faridabad.</p>
</div>
</div>
<div class="box">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
<div class="text">
<h3>Phone</h3>
<p>+91-9013488973</p>
</div>
</div>
<div class="box">
<div class="icon">
<i class="fa fa-envelope-o"></i>
</div>
<div class="text">
<h3>Email</h3>
<p>ak79235@gmail.com</p>
</div>
</div>
</div>
</div>
<div class="formBx">
<form action="">
<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">
</form>
</div>
</div>
</section>
<div class="copyright">
<p>Copyright © 2020 Aniire Corp. All Rights Reserved</p>
</div>
<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>
</body>
</html>