-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (199 loc) · 9.9 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Becca's Little World</title>
<!-- Load CSS -->
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/setgrid.css" />
<!-- Load Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Varela+Round'>
<!-- Load Icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Load jQuery library -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<!-- Load Bootstrap library -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Loader -->
<script type="text/javascript">
$(window).load(function() {
$("#loader").fadeOut("slow");
$(".wrapper").fadeOut("slow");
});
</script>
</head>
<body>
<div class="wrapper"><div id="loader"></div></div>
<!-- Navbar (sit on top) -->
<div class="top">
<div class="bar" id="myNavbar">
<a class="bar-item button hover-black hide-medium hide-large right" href="javascript:void(0);" onclick="toggleFunction()"><i class="fa fa-bars"></i></a>
<a href="#home" class="bar-item button hide-small scroll">HOME</a>
<a href="#about" class="bar-item button hide-small scroll"><i class="fa fa-user"></i> ABOUT</a>
<a href="#portfolio" class="bar-item button hide-small scroll"><i class="fa fa-th"></i> PORTFOLIO</a>
<a href="#contact" class="bar-item button hide-small scroll"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="bar-block white-nav hide hide-large hide-medium">
<a href="#home" class="bar-item button scroll" onclick="toggleFunction()">HOME</a>
<a href="#about" class="bar-item button scroll" onclick="toggleFunction()">ABOUT</a>
<a href="#portfolio" class="bar-item button scroll" onclick="toggleFunction()">PORTFOLIO</a>
<a href="#contact" class="bar-item button scroll" onclick="toggleFunction()">CONTACT</a>
</div>
</div>
<!-- Parallax Image 1 -->
<div class="image-1" id="home">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="home white">Hello. I'm Rebecca Cheng, the go to <b class="rotate rotate-color">team player,developer,artsy techie, hacker,travel buddy,dancer,fashion designer</b>.</h1>
</div>
</div>
</div>
<div class="display-bottomleft padding-icons font-large">
<a href="https://www.facebook.com/rebecca.cheng.104"><i class="fa fa-facebook-official white hover-opacity"></i></a>
<a href="https://www.instagram.com/rebecca._.cheng/"><i class="fa fa-instagram white hover-opacity"></i></a>
<a href="https://www.snapchat.com/add/sunrebecca"><i class="fa fa-snapchat white hover-opacity"></i></a>
<a href="https://github.com/RebeccaCheng910"><i class="fa fa-github white hover-opacity"></i></a>
<i class="fa fa-linkedin white hover-opacity"></i>
</div>
</div>
<!-- ABOUT ME -->
<section class="about-me text-center" id="about">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow title">About me</h1>
<p>Hello :) My name is Rebecca. I am a third year student studying Computer Science at the University of Waterloo & Business Administration at Wilfrid Laurier University.<br /> <br />
I am always passionate about learning and exploring new technology. I have been actively involved in building web apps, mobile apps and games. My interests, however, extend beyond the creating stage. I also enjoy applying business analysis techniques to forecast opportunites and demands for software products.<br /> <br />
Even though that I am priviledged to have ready access to education, there are still many places where girls may even be facing deadly consequences if they ever get caught learning. That is why, aside from constantly striving myself to be better, I have also been committed to empower girls around me.<br /> <br />
Developer by trade but a designer at heart? Let's connect and build something awesome.</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="image/about-5.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off more" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-6.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off more" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-8.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off more" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-7.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off more" alt="Picture of Me">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="image/about-1.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off less" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-2.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off less" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-3.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off less" alt="Picture of Me">
</div>
<div class="col-md-3">
<img src="image/about-4.jpg" style="width:100%" class="img-responsive myphoto hover-opacity-off less" alt="Picture of Me">
</div>
</div>
<button class="square-button padding-large light-grey more more-button" style="margin-top:64px">SHOW MORE</button>
<button class="square-button padding-large light-grey less less-button" style="margin-top:64px">SHOW LESS</button>
</div>
</section>
<!-- Parallax Image 2 -->
<section class="image-2" id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class="title-lg white">Portfolio</h1>
</div>
</div>
</div>
<!-- works -->
<div id="works" class="grid">
<div class="row">
<div class="col-md-4">
<figure class="effect-oscar">
<img src="image/univ2.jpg" style="width:100%" class="img-responsive" alt="img01"/>
<figcaption>
<h2>Mobile</h2>
<p>UNIV - iOS app for building personalized class schedules using Swift<br>
<a href="image/univ2.jpg" title="1" data-gallery>View</a></p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-oscar">
<img src="image/planner.png" style="width:100%" class="img-responsive" alt="img02"/>
<figcaption>
<h2>Web</h2>
<p>MARS - Web app for looking up information about cities using Python, jQuery and Ajax<br>
<a href="image/planner.png" title="1" data-gallery>View</a></p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-oscar">
<img src="image/CC3K.jpg" style="width:100%" class="img-responsive" alt="img03"/>
<figcaption>
<h2>Game</h2>
<p>Dungeon-themed role-playing video game in C++<br>
<a href="image/CC3K.jpg" title="1" data-gallery>View</a></p>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="text-center" id="contact">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow title contact">Contact</h1>
</div>
</div>
</section>
<div class="contact opacity hover-opacity-off">
<form id="contact-form" method="POST" action="contact.php">
<p>Dear Rebecca,</p>
<p>My
<label for="your-name">name</label> is
<input type="text" name="your_name" id="your-name" minlength="3" placeholder="(your name here)" required> and</p>
<p>my
<label for="email">email address</label> is
<input type="email" name="your-email" id="email" placeholder="(your email address)" required>
</p>
<p> I have a
<label for="your-message">message</label> for you,</p>
<p>
<textarea name="your-message" id="your-message" placeholder="(your msg here)" class="expanding" required></textarea>
</p>
<p>
<button type="submit" name="submit" value="Submit">
<svg version="1.1" class="send-icn" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="36px" viewBox="0 0 100 36" enable-background="new 0 0 100 36" xml:space="preserve">
<path d="M100,0L100,0 M23.8,7.1L100,0L40.9,36l-4.7-7.5L22,34.8l-4-11L0,30.5L16.4,8.7l5.4,15L23,7L23.8,7.1z M16.8,20.4l-1.5-4.3
l-5.1,6.7L16.8,20.4z M34.4,25.4l-8.1-13.1L25,29.6L34.4,25.4z M35.2,13.2l8.1,13.1L70,9.9L35.2,13.2z" />
</svg>
</button>
</p>
</form>
</div>
<!-- Footer -->
<footer class="center black padding-footer opacity hover-opacity-off">
<a href="#home" class="square-button light-grey scroll" ><i class="fa fa-arrow-up margin-right"></i>To the top</a>
<div class="font-xlarge section">
<a href="https://www.facebook.com/rebecca.cheng.104"><i class="fa fa-facebook-official black hover-opacity"></i></a>
<a href="https://www.instagram.com/rebecca._.cheng/"><i class="fa fa-instagram black hover-opacity"></i></a>
<a href="https://www.snapchat.com/add/sunrebecca"><i class="fa fa-snapchat black hover-opacity"></i></a>
<a href="https://github.com/RebeccaCheng910"><i class="fa fa-github black hover-opacity"></i></a>
<i class="fa fa-linkedin hover-opacity"></i>
</div>
</footer>
<!-- Load JS -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>