Skip to content

Commit d194913

Browse files
committed
redid animation trigger locations
1 parent 442ef51 commit d194913

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,12 @@ input.gn-search:focus {
593593

594594
.boxed-grey {
595595
background: #eee;
596+
/*margin-bottom: 15px;*/
597+
/*margin-left: auto;
598+
margin-right: auto;*/
596599
padding: 20px;
597600
height: 265px;
601+
/*width: 325px;*/
598602
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
599603
}
600604

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ <h1>Michael Liang</h1>
9393
<div class="row">
9494
<div class="col-lg-8 col-lg-offset-2">
9595
<div class="section-heading">
96-
<h2 class="wow slideInLeft" data-wow-duration="2s" data-wow-offset="4">About me</h2>
97-
<p class="wow slideInRight" data-wow-duration="2s" data-wow-offset="5">I am a 26 year old full stack web developer currently living in the San Francisco Bay Area, passionate about designing functional and responsive web applications. I am always eager to learn more and experiment with the latest frameworks
96+
<h2 class="wow slideInLeft" data-wow-duration="2s" data-wow-offset="200">About me</h2>
97+
<p class="wow slideInRight" data-wow-duration="2s" data-wow-offset="100">I am a 26 year old full stack web developer currently living in the San Francisco Bay Area, passionate about designing functional and responsive web applications. I am always eager to learn more and experiment with the latest frameworks
9898
and libraries. I have experience developing everything from small framework modules to full stack web and mobile applications.</p>
9999
</div>
100-
<div class="wow fadeInDown" data-wow-delay="1s" data-wow-duration="2s" data-wow-offset="5">
100+
<div class="wow fadeInDown" data-wow-delay="1s" data-wow-duration="2s" data-wow-offset="100">
101101
<button type="button" class="btn btn-skin" id="Resume" data-toggle="modal" data-target="#resumeModal">
102102
Resume
103103
</button>
@@ -114,12 +114,12 @@ <h2 class="wow slideInLeft" data-wow-duration="2s" data-wow-offset="4">About me<
114114
<div class="row">
115115
<div class="col-lg-8 col-lg-offset-2">
116116
<div class="section-heading">
117-
<h2 class="wow bounceInDown" data-wow-duration="2s" data-wow-offset="10">Skills</h2>
117+
<h2 class="wow bounceInDown" data-wow-duration="2s" data-wow-offset="200">Skills</h2>
118118
</div>
119119

120120
</div>
121121
</div>
122-
<div class="row wow slideInRight" data-wow-duration="2s" data-wow-offset="5">
122+
<div class="row wow slideInRight" data-wow-duration="2s" data-wow-offset="100">
123123
<div class="col-xs-12 col-sm-12 col-md-4">
124124
<div class="team boxed-grey">
125125
<div class="inner">
@@ -205,14 +205,14 @@ <h5>Other</h5>
205205
<div class="row">
206206
<div class="col-lg-8 col-lg-offset-2">
207207

208-
<div class="wow slideInDown section-heading" data-wow-duration="2s" data-wow-offset="5">
208+
<div class="wow slideInDown section-heading" data-wow-duration="2s" data-wow-offset="300">
209209
<h2>Projects</h2>
210210
</div>
211211

212212
</div>
213213
</div>
214-
<div class="wow slideInLeft row">
215-
<div class="col-xs-12 col-sm-3 col-md-3">
214+
<div class="wow slideInLeft row" data-wow-duration="2s" data-wow-offset="200">
215+
<div class="col-xs-12 col-sm-6 col-md-3">
216216
<a href="http://mpliang.github.io/React-Weather/">
217217
<div class="team boxed-grey">
218218
<div class="inner">
@@ -227,7 +227,7 @@ <h5>Weather Forecast</h5>
227227
</div>
228228
</a>
229229
</div>
230-
<div class="col-xs-12 col-sm-3 col-md-3">
230+
<div class="col-xs-12 col-sm-6 col-md-3">
231231
<a href="http://mpliang.github.io/Pokemon-Shelter/#/">
232232
<div class="team boxed-grey">
233233
<div class="inner">
@@ -243,7 +243,7 @@ <h5>Pokemon Shelter</h5>
243243
</a>
244244
</div>
245245

246-
<div class="col-xs-12 col-sm-3 col-md-3">
246+
<div class="col-xs-12 col-sm-6 col-md-3">
247247
<a href="http://angulartodo-app.herokuapp.com/#/todo">
248248
<div class="team boxed-grey">
249249
<div class="inner">
@@ -259,7 +259,7 @@ <h5>ToDo App</h5>
259259
</a>
260260
</div>
261261

262-
<div class="col-xs-12 col-sm-3 col-md-3">
262+
<div class="col-xs-12 col-sm-6 col-md-3">
263263
<a href="https://alumni-network.herokuapp.com/">
264264
<div class="team boxed-grey">
265265
<div class="inner">

0 commit comments

Comments
 (0)