Skip to content

Commit

Permalink
Merge pull request #32 from alizardguy/new-home
Browse files Browse the repository at this point in the history
fixed info page and home page a lil
  • Loading branch information
alizardguy authored Dec 22, 2023
2 parents 3e854df + f08a874 commit a3686c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<body>
<!-- Navigation Bar -->
<nav id="navbar">
<ul>
<ul>
<li class="ringholder"><a href="#" class="ringSpin" onclick="toggleNavbar(); event.preventDefault();" aria-label="Home"></a></li>
<li class="item"><a href="https://www.theneolanders.com/">Home</a></li>
<li class="item"><a href="./members/index.html">Members</a></li>
Expand All @@ -49,12 +49,13 @@

<!-- Intro section -->
<section class="intro-section">
<h1>Welcome to The Neolanders Website</h1>
<h1>We are the Neolanders</h1>
<a href="https://www.theneolanders.com/info.html">Click here to learn about our journey</a>
</section>

<!-- Members section -->
<section class="members-section">
<h1>Members section</h1>
<!-- <h1>Members section</h1> -->
</section>
</main>

Expand Down
4 changes: 3 additions & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html, body {
/* Body */
body {
width: 100vw;
height: auto;
height: 150vh;
overflow-x: hidden;
min-height: 100vw;
background-image: linear-gradient(to bottom right, #434969, #000000);
Expand All @@ -36,6 +36,8 @@ main{
/* Sections */
.intro-section{
padding-top: 10px;
margin-top: 20%;
text-align: center;
}


Expand Down
1 change: 1 addition & 0 deletions styles/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ html, body {
body {
width: 100vw;
height: 100%;
overflow-x: hidden;
min-height: 100vw;
background-image: linear-gradient(to bottom right, #434969, #000000);
}
Expand Down

0 comments on commit a3686c0

Please sign in to comment.