Add main animation, more content, and interactions
This commit is contained in:
+35
-6
@@ -20,7 +20,7 @@
|
||||
<body><!-- ...................................................................................................................... Body -->
|
||||
|
||||
<header>
|
||||
<a class="nav-link-block"><span style="font-family:'Satisfy'">Tben</span>design</a>
|
||||
<a class="nav-link-block" style="border: none;"><span style="font-family:'Satisfy'">Tben</span>design</a>
|
||||
<nav style="float:right;">
|
||||
<ul>
|
||||
<li class="navlink-li"><a href="#" class="navlink">About Me</a></li>
|
||||
@@ -31,21 +31,50 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="hero-section">
|
||||
<div class="container-1200px">
|
||||
<div class="column-50">
|
||||
<h1>Hi. I'm <span class="my-name">Benjamin Toby</span> .<br>And I design great stuff.</h1>
|
||||
<h2 class="hero-subtext">
|
||||
<a href="#" class="hero-content-link">UI UX Design</a>,
|
||||
<a href="#" class="hero-content-link">Web Design</a>,
|
||||
<a href="#" class="hero-content-link">Frontend Web Develpment</a>,
|
||||
<a href="#" class="hero-content-link">Graphic and Motion Design</a>.
|
||||
<a href="#" class="hero-content-link" id="ui-ux-design">UI UX Design</a>,
|
||||
<a href="#" class="hero-content-link" id="web-design">Web Design</a>,
|
||||
<a href="#" class="hero-content-link" id="frontend-dev">Frontend Web Develpment</a>,
|
||||
<a href="#" class="hero-content-link" id="graphic-design">Graphic and Motion Design</a>.
|
||||
</h2>
|
||||
<p></p>
|
||||
|
||||
<a href="#" style="border:none;margin-top:15px;display:flex;justify-content:flex-start;">
|
||||
<div class="linkedin-block">
|
||||
<div class="linkedin-profile-pic-block">
|
||||
<img src="images/Profile-Pic.jpg" alt="" width="40" height="40">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 style="font-size:16px;font-weight:500;color:white;margin:0;">Find me on Linkedin</h3>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="column-50 centered-content" style="perspective:600px;">
|
||||
<div class="face-wrapper" id="my-face-wrapper"> <div id="my-face"></div> </div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.7.8/lottie.min.js" integrity="sha512-w58XJ/0dVbEfZVJoJyBUOTMGBWmIW4jEYJSA0898d2L0Ghpum0FvwK7qTuHhkTctApzrchv3Neli+28ajI4+fg==" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="scripts/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user