forked from EdwardLJParkin/SaileshPatelWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.34 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<title> Sailesh Patel | Homepage </title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Sailesh Patel</h1>
<img id="circular" src="profile.jpg">
<div id="navbar">
<ul>
<li><a href="projects.html">Projects</a></li>
<li><a href="https://github.com/SaileshPatel" target="blank">GitHub</a></li>
<li><a href="https://www.medium.com/@SaileshPyPatel" target="blank">Blog</a></li>
<li><a href="https://twitter.com/SaileshPyPatel" target="_blank">Twitter</a></li>
</ul>
</div>
<div id="border">
<h2>About Sailesh</h2>
<p>Sailesh Patel is a 15 year old web designer who is currently proficient in HTML, CSS, and Python while at a beginner level in Ruby and C. Sailesh started programming in August 2012 after he found <a href="http://youngrewired.org">Young Rewired State</a>. Through Young Rewired State, Sailesh has worked on <a href="http://festivalofco.de/">CrimeFinder</a>, which is a website (and Android app) which helps cyclists plan crime-free routes. If wish to keep up with Sailesh, you can find him on his <a href="https://medium/@SaileshPyPatel">blog</a> or on <a href="https://github.com/SaileshPyPatel">GitHub</a>.<br></p>
</div>
</body>
</html>