Skip to content

Commit

Permalink
interactive and redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
guybracha committed Aug 21, 2024
1 parent e944acb commit 0f006bd
Show file tree
Hide file tree
Showing 13 changed files with 100 additions and 483 deletions.
14 changes: 6 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ <h1 class="title">Welcome to a new universe</h1>
</div>
</header>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark rounded mb-4">
<div class="container">
<a class="navbar-brand" href="index.html">Home</a>
<a class="navbar-brand" href="files.html">Gods and Monsters</a>
<a class="navbar-brand" href="history.html">Chronology</a>
<a class="navbar-brand" href="world.html">Atlas</a>
<a class="navbar-brand" href="about.html">Author</a>
</div>
<nav class="navbar">
<a class="navbar-brand" href="index.html">Home</a>
<a class="navbar-brand" href="files.html">Gods and Monsters</a>
<a class="navbar-brand" href="history.html">Choronology</a>
<a class="navbar-brand" href="world.html">Atlas</a>
<a class="navbar-brand" href="about.html">Author</a>
</nav>

<div class="container content-center">
Expand Down
14 changes: 13 additions & 1 deletion assets/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ header {
}

nav.navbar {
border-radius: 8px;
justify-content: center;
padding: 20px 0;
background-color: #212529;
}

nav.navbar a.navbar-brand {
color: #f8f9fa;
font-size: 1.2rem;
margin: 0 15px;
}

nav.navbar a.navbar-brand:hover {
color: #ffb703;
}

/* Profile container styling */
Expand Down
16 changes: 14 additions & 2 deletions assets/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,20 @@ header .logo {
margin-bottom: 20px;
}

.navbar {
margin-bottom: 40px;
nav.navbar {
justify-content: center;
padding: 20px 0;
background-color: #212529;
}

nav.navbar a.navbar-brand {
color: #f8f9fa;
font-size: 1.2rem;
margin: 0 15px;
}

nav.navbar a.navbar-brand:hover {
color: #ffb703;
}

footer {
Expand Down
16 changes: 16 additions & 0 deletions assets/css/history.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@
display: none;
}
}

nav.navbar {
justify-content: center;
padding: 20px 0;
background-color: #212529;
}

nav.navbar a.navbar-brand {
color: #f8f9fa;
font-size: 1.2rem;
margin: 0 15px;
}

nav.navbar a.navbar-brand:hover {
color: #ffb703;
}
155 changes: 0 additions & 155 deletions assets/css/index.css

This file was deleted.

18 changes: 10 additions & 8 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ body {
color: white;
}

.navbar {
background-color: #007bff; /* Primary color for navbar */
nav.navbar {
justify-content: center;
padding: 20px 0;
background-color: #212529;
}

.navbar-brand {
color: #fff;
font-weight: bold;
nav.navbar a.navbar-brand {
color: #f8f9fa;
font-size: 1.2rem;
margin: 0 15px;
}

.navbar-brand:hover {
color: gold;
text-decoration: underline;
nav.navbar a.navbar-brand:hover {
color: #ffb703;
}

.card {
Expand Down
86 changes: 0 additions & 86 deletions assets/css/modal.css

This file was deleted.

36 changes: 0 additions & 36 deletions assets/css/nav.css

This file was deleted.

Loading

0 comments on commit 0f006bd

Please sign in to comment.