-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (61 loc) · 3.29 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!Doctype HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Nunito:wght@300;500&family=Open+Sans:ital,wght@1,300&family=PT+Sans&family=Roboto+Mono:wght@300&family=Rubik&display=swap" rel="stylesheet">
<title>Pratham Kumar Shrivastava</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="mycss.css"/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
</head>
<body>
<div class="containermain">
<div class="container">
<a href="index.html"><button type="button">Home</button></a>
<a href="projects.html"><button type="button">Projects</button></a>
<a href="skills.html"><button type="button">Skills</button></a>
<a href="aboutme.html"><button type="button">About Me</button></a>
</div>
<div class="container2">
<div class="xyz" align="center">
<img src="images/spiderman.JPG" class="lol">
</div>
<div style="width: 100%; height:100%; overflow: hidden;">
<h1 class="frontpage1">Pratham Kumar Shrivastava</h1>
<p class="frontpage1a">Developer at SDSLabs</p><br><br>
<p class="para">Hi guys, I am Pratham. I'm an undergrad at IIT Roorkee. I have an active interest in development. I am a part of SDSLabs, a student run group which works along the lines of software development.</p>
</div>
<br><br>
</div>
<div class="icons">
<a href="https://github.com/pratham1729">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/pratham-kumar-shrivastava-bb1320227/">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa-solid fa-envelope"></i>
</a>
<a href="https://twitter.com/lazymathcat">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.instagram.com/pratham.ks/">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div>
<div id="time">
<div><img src="images/cat.png" style="height:80px; width: 80px;"></div>
<div><span style="color:white">© 2022,made by meowick using</span>
<i class="fa-solid fa-code" style="color: white;"></i></div>
</div>
</div>
</div>
</body>
</html>