-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·58 lines (58 loc) · 2.29 KB
/
about.html
File metadata and controls
executable file
·58 lines (58 loc) · 2.29 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sanam Patel</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,700,800,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Sanam Patel</h1>
<h2>Technology Development Program Associate at Optum</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html" class="selected">About</a></li>
<li><a href="resume.pdf" target="_blank">Resume</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<img src="img/Sanam-Patel.jpg" alt="Photograph of Sanam Patel" class="profile-photo">
<h3>About</h3>
<p>
I am a senior at Boston University pursuing a
Bachelor's degree in Computer Science. I am
interested in android apps, web development, and
video games. I have experience coding
in multiple languages and always enjoy learning new skills.
</p>
<div id="about_invisible"></div>
</section>
<section id="primary">
<h3>General Information</h3>
<p>Please feel free to contact me via Facebook, LinkedIn, or Email.</p>
</section>
<section id="secondary">
<h3>Contact Details</h3>
<ul class="contact-info">
<li class="mail"><a href="mailto:patels326@gmail.com">patels326@gmail.com</a></li>
<li class="linkedIn"><a href="https://www.linkedin.com/profile/public-profile-settings?trk=prof-edit-edit-public_profile" target="_blank">LinkedIn</a></li>
<li class="github"><a href="https://github.com/patels95" target="_blank">Github</a></li>
<li class="facebook"><a href="https://www.facebook.com/sanam.patel.7" target="_blank">Facebook</a></li>
</ul>
<div id="contact_invisible"></div>
</section>
<footer id="about_footer">
<p>© 2015 Sanam Patel.</p>
</footer>
</div>
</body>
</html>