-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.45 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
---
layout: default
title: "Home"
fulltitle: "Andrew Bass | Home"
group: 'navigation'
---
<!-- fulltitle: This overrides the default page title, which is "{{page.tite}} | {{site.title}}" -->
<!-- excerpt: If this isn't set, it'll pull your {{site.tagline}} for meta description-->
<div class="container">
<div class="bio">
I am a junior at UMass Amherst studying computer science. I have interned
three summers at Facebook and am extremely passionate about technology. I am
not currently looking for employment, however am working on side projects
and will be continuing my education abroad at the University of Manchester in 2017.
</div>
<div id="main-links" class="row">
<a href="https://github.com/arbass22" target="_blank">
<div id="github-link" class="main-link col-sm-6 col-lg-3">
Checkout my Gitub
</div>
</a>
<a href="/projects">
<div id="projects-link" class="main-link col-sm-6 col-lg-3">
View my projects
</div>
</a>
<a href="/files/Andrew-Bass-Resume.pdf" target="_blank">
<div id="resume-link" class="main-link col-sm-6 col-lg-3">
Download my Resume
</div>
</a>
<a href="mailto:[email protected]">
<div id="contact-link" class="main-link col-sm-6 col-lg-3">
Contact Me
</div>
</a>
</div>
</div>