forked from Amanyara21/playlistlength.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
76 lines (71 loc) · 3.5 KB
/
about.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
<!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">
<meta name="description"
content="This is my portfolio website">
<title>Aman Kumar</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/portfolio.css">
<link rel="stylesheet" href="css/header&share.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
</head>
<body style="color: aliceblue">
<header class=".bg-dark" style="background-color: black; ">
<div class="heading container-xxl .bg-dark">
<div class="logo">
<h1>Aman Kumar</h1>
</div>
<div class="linking">
<ul>
<li class="nav-linker"><a class="hyperlinks" href="#">Home</a></li>
<li class="nav-linker"><a class="hyperlinks" href="index.html">YTPlaylist Length</a></li>
<li class="nav-linker"><a class="hyperlinks" href="table.html">Time Table</a></li>
<li class="nav-linker"><a class="hyperlinks" href="Notes.html">Notes</a></li>
</ul>
</div>
<div class="menu-lines">
<i id="menu" style=" font-size: 25px;"class="fa fa-bars" ></i>
</div>
</div>
</header>
<section class="first .bg-dark">
<div class="container1 .bg-dark">
<div class="pics">
<img class="pic1" src="img/Aman.jpg" style=" width: 250px" alt="Aman">
<!-- <h2>Front End Developer and Android Developer</h2> -->
</div>
<div class="about">
<p>Hi there I'm</p>
<h1 class="name">Aman Kumar</h1>
<p class="pro">Front-end Developer & Android App Developer</p>
<p style="font-size: 14px;">I'm a Computer Science Engineering student at University Institute of Engineering and technology, Kurukshetra</p>
<button class="btnCont"><a href="#Contact">
Contact me
</a></button>
</div>
</div>
</section>
<section id="Contact" style="margin: 2px 0;">
<div class="d-flex justify-content-center">
<h3 class=" contact">Contact</h3>
</div>
<div class="buttons d-flex flex-wrap text-center justify-content-center">
<button><a id ="btn1" href="https://www.linkedin.com/in/aman-kumar-Aman2104/" >LinkedIn</a></button>
<button><a id ="btn2" href="https://github.com/Aman2104">Github</a></button>
<button><a id ="btn3" href="https://twitter.com/Amanyara21">twitter</a></button>
</div>
</section>
<section>
<div class="share">
<i class="fa fa-share-alt"></i>
</div>
</section>
<script src="javascript/share.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>