-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (62 loc) · 3.34 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
73
74
<!DOCTYPE html>
<html>
<title>Aryan Gupta's Personal Page</title>
<link rel="shortcut icon" href="favicon1.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<body class="w3-content" style="max-width:1300px">
<!-- First Grid: Logo & About -->
<div class="w3-row">
<div class="w3-half w3-black w3-container w3-center" style="height:700px">
<div class="w3-padding-64">
<h1 style = "color: orange">Aryan <span style = "color: white">Gupta</span></h1>
</div>
<div class="w3-padding-64">
<a href="#" class="w3-button w3-black w3-block w3-hover-blue-grey w3-padding-16">   Home</a>
<a href="#work" class="w3-button w3-black w3-block w3-hover-teal w3-padding-16">   Cool Projects I've Done</a>
<a href="#contact" class="w3-button w3-black w3-block w3-hover-brown w3-padding-16">  Contact Me!</a>
</div>
</div>
<div class="w3-half w3-black w3-container" id = "aboutmetext" style="height:700px;" >
<div class="w3-padding-64 w3-center">
<h2>About Me</h2>
<img src="propic123.JPG" class="w3-margin" alt="Person" style="width:30%; border-radius: 25%;">
<div class="w3-left-align w3-padding-large">
<p>Founder and CEO of eggsplain.us, a collaborative platform for students to share notes and questions.
Founder of JJPL, a student-run amateur spaceflight organization. Student at JP Stevens High School. Avid outdoorsman and full-time geek. I'd like to share cool projects
with you here on github!</p>
</div>
</div>
</div>
</div>
<!-- ///////////////////////////////////////////////////////////////////////////////////////-->
<!-- Second Grid: Work & Resume -->
<div class="w3-row" id = "workresume">
<div class="w3-half w3-center" style="min-height:800px" id="work">
<div class="w3-padding-64">
<h2>Cool Projects</h2>
<p>Some of my latest projects.</p>
</div>
<p>// To be added</p>
</div>
<div class="w3-half w3-container" style="min-height:800px" id = "contact">
<div class="w3-padding-64 w3-center">
<h2>Contact Me</h2>
<p>Social Networks I am on from time to time</p>
<div class="w3-container w3-responsive">
<a href="https://www.linkedin.com/in/aryan-gupta-a702731b6/" class="w3-button w3-black w3-block w3-hover-blue-grey w3-padding-16"><img src="https://sguru.org/wp-content/uploads/2018/02/linkedin-logo-1.jpg" style= "width: 30px;"/>   Linkedin</a>
<a href="https://www.instagram.com/aryan_g.15" class="w3-button w3-black w3-block w3-hover-blue-grey w3-padding-16"><img src="https://tse3.mm.bing.net/th?id=OIP.n9osEmzXnDugdLkt9W9awwHaHa&pid=Api" style= "width: 30px;"/>   Instagram</a>
<a href="https://twitter.com/aryangupta___" class="w3-button w3-black w3-block w3-hover-blue-grey w3-padding-16"><img src="https://tse2.mm.bing.net/th?id=OIP.O3NH-mbgsOPXbp4Ut_-jyQHaGA&pid=Api" style= "width: 30px;"/>   Twitter</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-black w3-padding-16">
<a href="#" id = "lasthome"><p style = "text-align: center;">Home</p></a>
<p style = "text-align: center;">An Aryan Gupta Production</p>
<p style = "text-align: center;" >Copyright Aryan Gupta 2021 ©</p><br/>
</footer>
</body>
</html>