-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (173 loc) · 8.75 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<title>
Jeffrey Chen | Home
</title>
<link rel="stylesheet" href="css/jquery.sidr.green.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/home.css">
<!-- Include jQuery -->
<script src="js/jquery-1.11.3.js"></script>
</head>
<body>
<a id="simple-menu" href="#sidr">
<img id="dog" src="img/menu.png"/>
</a>
<div class="content">
<div class="transparency"></div>
<div class="row" style="margin-top:1%">
<div class="col-md-12">
<div class="padding">
<div class="highlight">
<div class="yellowTransparency" style="background-color:magenta"></div>
<div style="position:relative;width:100%">
<p class="centeredText" id="name">Jeffrey Chen</p>
<p class="centeredText" style="font-family:Dense">Mobile & Desktop App Developer</p>
<p class="centeredText" style="font-family:Dense">B.S. Computer Science Undergraduate, UCSD</p>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top:0%">
<div class="col-md-6">
<div class="padding">
<div class="wrapper"style="border-radius:10px;border:black 2px solid">
<img id="homePictureC" src="img/home.jpg" />
<!--
<div style="position:absolute;width:100%">
<p class="centeredText" id="name">Jeffrey Chen</p>
<p class="centeredText">Mobile & Desktop App Developer</p>
<p class="centeredText">B.S. Computer Science Undergraduate, UCSD</p>
</div>
-->
</div>
</div>
</div>
<div class="col-md-6">
<div class="padding" >
<div class="wrapper">
<div class="yellowTransparency"style="background-color:#4CAF50; position:absolute"></div>
<div class="modal-block" style="overflow:scroll">
<p class="centeredText" style="padding:1%; text-align:left;font-family:Dense">
Hi! My name is Jeffrey and welcome to my webpage! I am a third year Computer Science major attending college at the University of California, San Diego. <br/><br/>I strive to become a well rounded individual who excels in many aspects of life. I have explored graphics, algorithms, and mobile/desktop app development. I am currently learning more about web development and have also taken an interest in programming challenges. Please check out the <a href="projects.html">Projects</a> page to learn more about what I've done.<br/><br/>When it comes to my free time, I love to sing, play badminton, and find new foods to enjoy. To find out more about my interests, please head over to the <a href="interests.html">Interests</a> page.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top:1%; margin-bottom:1%">
<div class="col-md-12">
<div class="padding">
<div style="width:100%;display:inline-block;position:relative">
<div class="yellowTransparency" style="position:absolute"></div>
<div style="position: relative; margin:1% auto; width: 100%;height:100%; display: table;">
<div style="display: table-row; height:100%;margin:0 auto; position:relative">
<div class="project" style="width:10%">
<div class="centeredText" style="text-align:right; display: inline-block; font-size:3em;left:10%">
Projects
</div>
</div>
<div class = "project" id="leftProject">
<a href="projects.html#ez-Modal"><div class="ball"><img class="fitparent" src="img/ez-logo-small.png"></div></a>
<div class="centeredText projectText">EZLapse</div>
</div>
<div class="project" id="middleProject">
<a href="projects.html#hmu-Modal"><div class="ball" style="background-color:#64B5F6"><img class="fitparent" style="margin-left:5%;" src="img/hitmeup_square.png"></div></a>
<div class="centeredText projectText">HitMeUp</div>
</div>
<div class="project" id="rightProject">
<a href="projects.html#inv-Modal"><div class="ball" style="background-color:#EF5350"><img style="width:80%;height:80%;"class="fitparent" src="img/carrot.png"></div></a>
<div class="centeredText projectText">Inventory</div>
</div>
</div>
</div>
<!--
<div class="col-md-3">
<div class="modal-block">
<div class="parent"><div class="child">
<div class="centeredText">
Projects
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class = "project" id="leftProject">
<a href="projects.html#ez-Modal"><div class="ball"><img class="fitparent" src="img/ez-logo-small.png"></div></a>
<div class="centeredText projectText">EZLapse</div>
</div>
</div>
<div class="col-md-3">
<div class="project" id="middleProject">
<a href="projects.html#hmu-Modal"><div class="ball" style="background-color:#64B5F6"><img class="fitparent" style="margin-left:5%;" src="img/hitmeup_square.png"></div></a>
<div class="centeredText projectText">HitMeUp</div>
</div>
</div>
<div class="col-md-3">
<div class="project" id="rightProject">
<a href="projects.html#inv-Modal"><div class="ball" style="background-color:#EF5350"><img style="width:80%;height:80%;"class="fitparent" src="img/carrot.png"></div></a>
<div class="centeredText projectText">Inventory</div>
</div>
</div>
</div>
-->
</div>
</div>
</div>
</div>
<!--
<div class="row" style="margin-top:1%">
<div class="col-md-12">
<div class="padding">
<div class="highlight">
<div class="yellowTransparency"></div>
<div style="position: relative; margin:1% auto; width: 80%;height:100%; display: table;">
<div style="display: table-row; height:100%;margin:0 auto; position:relative">
<div class = "project" id="leftProject">
<a href="projects.html#ez-Modal"><div class="ball"><img class="fitparent" src="img/ez-logo-small.png"></div></a>
<div class="centeredText projectText">EZLapse</div>
</div>
<div class="project" id="middleProject">
<a href="projects.html#hmu-Modal"><div class="ball" style="background-color:#64B5F6"><img class="fitparent" style="margin-left:5%;" src="img/hitmeup_square.png"></div></a>
<div class="centeredText projectText">HitMeUp</div>
</div>
<div class="project" id="rightProject">
<a href="projects.html#inv-Modal"><div class="ball" style="background-color:#EF5350"><img style="width:80%;height:80%;"class="fitparent" src="img/carrot.png"></div></a>
<div class="centeredText projectText">Inventory</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</div><!-- content -->
</div><!-- body-->
<div id="sidr">
<!-- Your content -->
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="about.html">Background</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a target="blank" href="download/Jeffrey Chen Resume.pdf">Resume</a></li>
</ul>
</div>
<script>
$(document).ready(function() {
$('#simple-menu').sidr({displace:true});
$.sidr("close");
$('#padding2').height($('#padding1').height());
$('#highlight2').height($('#highlight1').height());
//$('#padding2').load(document.URL + ' #padding2');
});
</script>
<!-- Include the Sidr JS -->
<script src="js/jquery.sidr.min.js"></script>
</body>
</html>