-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 3.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio - Charlie Shehadi</title>
<link href='//fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>thrilling header about programming</h1>
<p class="tag-line">I need to fix the colors</p>
</header>
<section class="overview">
<article class="content">
<h1>summary</h1>
<p>Web Developer with over 20 years experience in LAMP stack programming and administration. I'm currently Director of Technology for <a href="https://www.writingclasses.com" target="_blank">Gotham Writers Workshop</a>, a creative writing School based in NYC. I was also Senior PHP developer at the <a href="http://www.cfr.org" target="_blank">Council on Foreign Relations</a>.</p>
</article>
</section>
<section class="projects">
<article class="content">
<h1>projects</h1>
<ul>
<li>
<a href="https://drive.google.com/open?id=0B_BSIrKkU12OcVNoUHJJeWVtYms" target="_blank"><img src="img/nyt_thumbnail.jpg"></a>
<div class="project-description">
<h2>NY Times Hack</h2>
<p>I used Chrome developer tools to hack the NY Times home page. I changed the color to purple, in honor of Prince, changed the layout from 3 column to 2.</p>
<p class="explore-link"><a href="https://drive.google.com/open?id=0B_BSIrKkU12OcVNoUHJJeWVtYms" target="_blank">explore...</a></p>
</div>
</li>
<li>
<a href="https://drive.google.com/open?id=0B_BSIrKkU12OcVNoUHJJeWVtYms" target="_blank"><img src="img/karma_thumbnail.jpg"></a>
<div class="project-description">
<h2>Karma Landing Page</h2>
<p>Some descriptive text about this project</p>
<p class="explore-link"><a href="http://cshehadi.github.io/thinkful-karma-clone/" target="_blank">explore...</a></p>
</div>
</li>
<li>
<a href="https://drive.google.com/open?id=0B_BSIrKkU12OcVNoUHJJeWVtYms" target="_blank"><img src="img/about_me_thumbnail.jpg"></a>
<div class="project-description">
<h2>About Me</h2>
<p>Some descriptive text about this project</p>
<p class="explore-link"><a href="http://cshehadi.github.io/about-me/" target="_blank">explore...</a></p>
</div>
</li>
</ul>
</article>
</section>
<footer>
<h3>Connect on Social Media</h3>
<ul class="social">
<li><a href="https://github.com/cshehadi" target="_blank">GitHub</a></li>
<li><a href="https://twitter.com/cshehadi" target="_blank">Twitter</a></li>
<li><a href="https://plus.google.com/u/0/103182947203971600461" target="_blank">Google+</a></li>
</ul>
</footer>
</body>
</html>