-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (118 loc) · 5.46 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: null
title: About Me
description: whoami
sitemap:
priority: 1.0
lastmod: 2017-11-02
changefreq: weekly
---
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
{% include head.html %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>{{site.title}}</h1>
<h3>Software Developer</h3>
<p>Fourth Year Computer Science and Computational Mathematics Student at Rochester Institute of Technology.</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="{{ "/" | absolute_url }}" class="logo">{{site.title}}</a>
</header>
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
<ul class="icons">
<!-- <li><a href="https://twitter.com/{{site.twitter}}" class="icon fa-twitter" rel="nofollow"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="https://facebook.com/{{site.facebook}}" class="icon fa-facebook" rel="nofollow"><span class="label">Facebook</span></a></li> -->
<li><a href="https://github.com/{{site.github}}" class="icon fa-github" rel="nofollow"><span class="label">GitHub</span></a></li>
<li><a href="https://linkedin.com/in/{{site.linkedin}}" class="icon fa-linkedin" rel="nofollow"><span class="label">LinkedIn</span></a></li>
<li><a href="https://instagram.com/{{site.instagram}}" class="icon fa-instagram" rel="nofollow"><span class="label">Instagram</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="">
<p>
<h2>$ whoami</h2>
<span class="image left"><img src="{{ "/images/profile.jpg" | absolute_url }}" alt="" /></span>
Hello! I am Ayush Goel and I am a fourth year Bachelor of Science student at <a href="https://www.rit.edu">Rochester Institute of Technology</a>, pursuing a double major in Computer Science and Computational Mathematics.
I am also a member of <a href="https://www.csh.rit.edu/">Computer Science House</a>, an organization dedicated towards helping students grow through hands-on learning and social environment.
<br><br>
You can find me on <a href="https://www.linkedin.com/in/ag-ayush/">Linkedin</a> and <a href="https://github.com/ag-ayush">GitHub</a> or contact me through my email: <a href="mailto:[email protected]">[email protected]</a>.
<!-- <div class="container" style="clear: both; margin: 0 auto; text-align: center;">
<h2 style="text-align: left;"> My Expertise </h2>
<div>
<h3>Code</h3>
<i class="devicon-python-plain-wordmark colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-java-plain-wordmark colored" style="font-size: 5rem; padding: 5px;"></i>
</div>
<br>
<div>
<h3>Tools</h3>
<i class="devicon-github-plain-wordmark colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-debian-plain-wordmark colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-slack-plain-wordmark colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-atom-original colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-jetbrains-plain colored" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-trello-plain colored" style="font-size: 5rem; padding: 5px;"></i>
</div>
<br>
<div>
<h3>Design</h3>
<i class="devicon-html5-plain-wordmark" style="font-size: 5rem; padding: 5px;"></i>
<i class="devicon-bootstrap-plain colored" style="font-size: 5rem; padding: 5px;"></i>
</div>
</div> -->
</p>
</section>
<section>
<form method="POST" action="https://formspree.io/{{site.email}}">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section>
<!-- Footer -->
<!-- <footer> -->
<!-- <ul class="actions"> -->
<!-- <li><a href="{{ "/blog/" | absolute_url }}" class="button">My Blog</a></li> -->
<!-- </ul> -->
<!-- </footer> -->
</div>
<!-- Footer -->
<!-- {% include foot.html %} -->
</div>
<!-- Scripts -->
{% include scripts-main.html %}
{% include tracking.html %}
</body>
</html>