Skip to content

Commit

Permalink
Remove tweaks, clean up li icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Mar 21, 2019
1 parent 25db8b5 commit e8d2f0f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<!-- Custom CSS-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/tweaks.css">

<!-- Colors -->
<!-- <link rel="stylesheet" href="assets/css/colors/defauld.css" title="defauld"> -->
Expand Down Expand Up @@ -107,9 +106,9 @@ <h4 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.3s">A Big Da
<p class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s">I work at AWS on EMR, Athena, Glue, and Lake Formation.<br />On any given day, I can be found</p>

<ul class="fa-ul">
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s"><i class="fa fa-li fa-file-powerpoint-o"></i>Crafting presentations for both technical and executive audiences</li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s"><i class="fa fa-li fa-code"></i>Debugging open source Hive, HBase, and Spark code</li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.6s"><i class="fa fa-li fa-flask"></i>Building proof of concepts and example architectures</li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s"><span class="fa-li "><i class="fa fa-file-powerpoint-o"></i></span>Crafting presentations for both technical and executive audiences</li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.5s"><span class="fa-li "><i class="fa fa-code"></i></span>Debugging open source Hive, HBase, and Spark code</li>
<li class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.6s"><span class="fa-li "><i class="fa fa-flask"></i></span>Building proof of concepts and example architectures</li>
</ul>

<ul class="social-icon wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.7s">
Expand Down

0 comments on commit e8d2f0f

Please sign in to comment.