-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (75 loc) · 3.65 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
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<!-- MetaData Here -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#4285f4" />
<meta name="description" content="Manas Khadka - CS Undergraduate at Stanford" />
<title>Manas Khadka - Home</title>
<link rel="icon" sizes="192x192" href="/data/icons/face-whitebkg-alt.png" />
<link rel="stylesheet" href="/css/main.css" />
</head>
<body style="background-color: rgb(215, 219, 221)">
<div id="navbar">
<a href="/index.html">Home</a>
<!-- Page temporarily down: <a href="<a href="/pages/about.html">About</a>-->
<a href="/pages/projects.html">Projects</a>
<!-- Page temporarily down: <a href="/pages/academics.html">Academics</a>-->
<a href="/pages/Resume.pdf" target="_blank">Resume</a>
<!-- Logo temporarily down: <img src="/data/icons/face-bluebkgd.png" style="height: 64px; float: right" /> -->
</div>
<div id="banner">
<h2 class="middle-left" style="color: rgb(37, 145, 216)">
CREATING <br />
SOFTWARE
</h2>
<img src="data/style-images/me2cropped.png" alt="Image of Manas" style="height: 500px" />
<h2 class="middle-right" style="color: rgb(243, 156, 18)">
CREATING <br />
SMILES
</h2>
</div>
<h1 id="banner-bottom">I'M MANAS KHADKA</h1>
<p class="center-text" style="font-size: 24px">
I believe technology exists to improve people’s lives. That’s why I dedicate myself to making software that brings communities together, helps
people solve problems, or simply gets a chuckle or grin out of whoever is using it. Anything to make someone’s day a little brighter.
</p>
<h2 class="center-text" style="font-size: 28px">What Drives Me:</h2>
<div class="row">
<div class="column-left">
<h3>The Joy of Creation</h3>
<p style="text-align: left">
Finishing a school project or essay, figuring out how to configure a piece of furniture, or just drawing a picture can feel so satisfying.
There’s a certain joy in building things and the feeling of “I made this”. Through programming, I create, and through that creation, I
fulfill my creative and problem-solving urges.
</p>
</div>
<div class="column-right">
<h3>The Joy of Giving</h3>
<p style="text-align: left">
Helping and teaching others holds its own joys. Helping a friend out when they’re in need and seeing their gratitude or teaching a colleague
and seeing them succeed feels amazing. This is what builds community; this brings everyone happiness. Doing something for someone else and
seeing them smile is always worth the effort.
</p>
</div>
</div>
<p class="center-text" style="font-size: 24px; margin-top: 40px">
I chase these two feelings. They uplift me and inspire me. My goal is to combine these two inspirations and create with the purpose of making
people happy.
</p>
<!-- Media Links -->
<div style="padding-top: 30px; text-align: center; margin-bottom: 20px">
<a class="icon" href="https://github.com/manaskhadka" target="_blank"
><img src="/data/icons/github.png" alt="github" style="height: 30px; width: 30px"
/></a>
<a class="icon" href="https://www.linkedin.com/in/mkhadka" target="_blank"
><img src="/data/icons/linkedin.png" alt="linkedin" style="height: 30px; width: 30px"
/></a>
<a class="icon" href="https://www.instagram.com/manaz_khadka/" target="_blank"
><img src="/data/icons/instagram.png" alt="instagram" style="height: 30px; width: 30px"
/></a>
<a class="icon" href="mailto:[email protected]"><img src="/data/icons/mail.png" alt="mail" style="height: 30px; width: 30px" /></a>
</div>
</body>
</html>