mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
update color-scheme
This commit is contained in:
15
index.html
15
index.html
@@ -23,12 +23,11 @@
|
||||
|
||||
<!-- Navbar -->
|
||||
<div class="header">
|
||||
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
|
||||
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ </span>
|
||||
<div class="header-right">
|
||||
<a class="active" href="index.html" data-aos="zoom-in">About</a>
|
||||
<a href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
|
||||
<a href="projects.html" data-aos="zoom-in">Projects</a>
|
||||
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ </span>
|
||||
<a class="active" href="index.html">About</a>
|
||||
<a href="blog.html">Blog</a>
|
||||
<a href="projects.html">Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +35,7 @@
|
||||
<!-- Section -->
|
||||
<section class="centered">
|
||||
<div>
|
||||
<h1 class="hero__header pink__colored" data-aos="fade-right">Hello, Im</h1>
|
||||
<h1 class="hero__header" data-aos="fade-right">Hello, Im</h1>
|
||||
<h1 class="hero__header" data-aos="flip-down">Timothy</h1>
|
||||
<h1 class="hero__header" data-aos="fade-left">Pidashev</h1>
|
||||
</div>
|
||||
@@ -48,11 +47,11 @@
|
||||
<div>
|
||||
<h1 class="about__header" data-aos="zoom-out">
|
||||
I'm a 17-year-old on an
|
||||
<span class="orange__highlight">epic journey</span>
|
||||
<span class="highlight">epic journey</span>
|
||||
</h1>
|
||||
<h1 class="about__header" data-aos="flip-down">
|
||||
to become a
|
||||
<span class="orange__highlight">software developer!</span>
|
||||
<span class="highlight">software developer!</span>
|
||||
</h1>
|
||||
</div>
|
||||
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||
|
||||
Reference in New Issue
Block a user