-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from jarvis09-yann/dev
beggining working on second page
- Loading branch information
Showing
5 changed files
with
82 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,20 +44,45 @@ <h3 style="color: rgba(200, 200, 200, .8);" id="song-artist">M83</h3> | |
<button id="scroll-notice-button" onclick="scrollToSecondPage()">scroll this page!</button> | ||
</footer> | ||
<div id="second-page"> | ||
<h1 id="second-page-title" class="hidden">Work in progress.</h1> | ||
<h2 id="second-page-body" class="hidden">This page is under construction, please enjoy some placeholder: | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. | ||
Atque excepturi ad cupiditate corrupti pariatur repellendus | ||
veritatis repellat aspernatur minima! Fuga explicabo molestiae | ||
excepturi dolor iusto hic aut itaque quos fugiat error eius | ||
tempora praesentium, maxime, atque soluta est placeat. Commodi recusandae perferendis | ||
laborum. Labore doloribus similique, libero illum beatae suscipit!</h2> | ||
<div id="footer"> | ||
<p class="hidden">Copyright (c) 2023 jarvis09</p> | ||
<p class="hidden">This site is <b><i>heavily</i></b> inspired by <a href="https://qaezz.dev">qaezz.dev</a></p> | ||
</div> | ||
<div id="rows-container" class="hidden"> | ||
<h1 class="hidden" id="second-page-title">About <span id="name">me</span>.</h1> | ||
<div class="row"> | ||
<h3 class="row-title">My projects</h3> | ||
<p class="row-body"> | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
</p> | ||
</div> | ||
<div class="row"> | ||
<h3 class="row-title">My projects</h3> | ||
<p class="row-body"> | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
</p> | ||
</div><div class="row"> | ||
<h3 class="row-title">My projects</h3> | ||
<p class="row-body"> | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
<br>Lorem, ipsum dolor. | ||
</p> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<p class="hidden">Copyright (c) 2023 jarvis09</p> | ||
<p class="hidden">This site is <b><i>heavily</i></b> inspired by <a href="https://qaezz.dev">qaezz.dev</a></p> | ||
</div> | ||
</div> | ||
|
||
<script src="https://unpkg.com/[email protected]"></script> | ||
</body> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters