-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 2.23 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY PORTFOLIO</title>
<link rel="stylesheet" href="stylesheet.css" >
</head>
<body>
<header>
<img class="alogo" src="https://img2.pngio.com/high-school-student-grad-transparent-background-education-logo-student-logo-png-860_701.png">
<div class="container">
<div class="header-left">
<img class="logo" src="https://www.portoflosangeles.org/img/portfolio_logo.png">
</div>
<span class="fa fa-bars menu-icon"></span>
<div class="header-right">
<a href="#">Skills</a>
<a href="#">Hobbies</a>
<a href="#">Academics</a>
</div>
</div>
</header>
<div class="top-wrapper">
<div class="container">
<h1>Aakriti Saxena</h1>
<h1>WELCOME TO MY FIRST WEBPAGE PROJECT</h1>
<p>I'm student pursuing B.tech in ECE and looking forward to start my career in the world of technology</p>
<p>I'd contribute every bit of my skill and knowlodge to this world.</p>
<div class="btn-wrapper">
<a href="#" class="pskills">My Programming skills are-C,C++,Python</a>
<a href="#" class="wskills">My Web technologies skills are HTML, CSS, Javascript & AngularJS</a>
<p>and</p>
<a href="#" class="hobbies">My hobbies are Reading, Cooking, Exploring new Places & Drawing</a>
<p>and</p>
<a href="#" class="academics">Pursuing B.tech in ECE(CGPA:8.60)</a>
<a href="#" class="Academicss">Completed Diploma in ECE(CGPA: 9.02)</a>
</div>
</div>
</div>
<footer>
<div class="lesson-wrapper">
<img src="https://fixthephoto.com/blog/UserFiles/adobe-portfolio-logo.jpg">
<h2>Address: Durga nagar, Bareilly</h2>
<h2>Contact: 9872302650</h2>
</div>
</footer>
</body>
</html>