-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (150 loc) · 6.29 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<!--[if IEMobile 7 ]>
<html class="no-js iem7" lang="en"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Tony Tahmouch</title>
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0;"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Tony Tahmouch">
<meta http-equiv="cleartype" content="on">
<meta name="author" content="Tony Tahmouch">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="img/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#222222">
<link rel="stylesheet" href="css/gh-fork-ribbon.css"/>
<!--[if IE]>
<link rel="stylesheet" href="css/gh-fork-ribbon.ie.css"/>
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/resume.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="masthead">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="wrapper">
<div id="columns">
<div class="pin">
<img src="img/google-android.JPG"/>
<p>
My name is Tony Tahmouch, and this is my website. I hope to keep track of my portfolio here. So this
will probably be the most up-to-date source regarding my resume.
</p>
</div>
<div class="pin">
<img src="img/google-cupcake.JPG"/>
<p>
Here I am with a giant cupcake at the Googleplex in Mountain View, California.
</p>
</div>
<div class="pin">
<img src="img/google-donut.JPG"/>
<p>
Here I am with a giant donut at the Googleplex in Mountain View, California.
</p>
</div>
<div class="pin">
<img src="img/google-eclair.JPG"/>
<p>
Here I am with a giant eclair at the Googleplex in Mountain View, California.
</p>
</div>
<div class="pin">
<img src="img/google-froyo.JPG"/>
<p>
Here I am with a giant frozen yogurt at the Googleplex in Mountain View, California.
</p>
</div>
<div class="pin">
<img src="img/google-gingerbread.JPG"/>
<p>
Here I am with a giant gingerbread man at the Googleplex in Mountain View, California.
</p>
</div>
<div class="pin">
<img src="img/google-honeycomb.JPG"/>
<p>
If you haven't gotten the drift yet, I love giant desserts!!!!!!
</p>
</div>
<div class="pin">
<img src="img/google-metal-android.JPG"/>
<p>
What would one ever do without a rusted, metal android?
</p>
</div>
<div class="pin">
<img src="img/apple-campus-address.jpg"/>
<p>
To understand recursion one must understand recursion.
</p>
</div>
</div>
</div>
<div class="footer">
<p>© Tony Tahmouch 2013</p>
</div>
</div>
<div class="github-fork-ribbon-wrapper right-bottom">
<div class="github-fork-ribbon">
<a href="https://github.com/ttahmouch">Fork me on GitHub</a>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38343009-1']);
_gaq.push(['_setDomainName', 'tahmouch.com']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>