generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzodiac.html
107 lines (105 loc) · 6.69 KB
/
zodiac.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Liga Baikova">
<meta name="description" content="This website educates people about the similarities and differences of Astrology and Astronomy.
It's done by using 3D constellation models and daily horoscopes of zodiacs/">
<title>Astro</title>
<!-- Add favicon -->
<link rel="icon" href="./assets/images/icons/yellow-star-new.png">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Internal style sheet -->
<link rel="stylesheet" href="./assets/styles/main.css">
<!-- Font awesome cdn -->
<script src="https://kit.fontawesome.com/d6343cbdf9.js" crossorigin="anonymous"></script>
</head>
<body class="d-flex flex-column h-100">
<header>
<!-- navbar -->
<nav class="navbar fixed-top navbar-expand-md py-0">
<a class="navbar-brand ml-5 uppercase" href="./index.html">Astro</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mr-lg-5 mr-md-3 lowercase">
<li class="nav-item">
<a class="nav-link star-button" href="./index.html"> Home</a>
</li>
<li class="nav-item">
<a class="nav-link star-button" href="./constellations.html"> Constellations</a>
</li>
<li class="nav-item active">
<a class="nav-link star-button" href="./zodiac.html"> Zodiac Signs</a>
</li>
<li class="nav-item">
<a class="nav-link star-button" href="./calculator.html"> Calculator</a>
</li>
</ul>
</div>
</nav>
<a class="fixed-top" href="./index.html"><span id="header-star"></span></a>
</header>
<main class="flex-shrink-0">
<!-- Main page describer container -->
<div class="container-flex mx-2 mx-md-5">
<h1 class="uppercase two-font-heading">Zodiac Signs</h1>
<p class="page-describer">
Zodiac or Astrological signs are named after constellations that are directly visible from Earth at a certain time of the year.
And even though there is no scientific evidence, many poeple believe that these signs hold a key to unlock the understanding of oneself and their place in universe.
Click on your zodiac sign to find out your daily horoscope.
</p>
<!-- Graphic button container that will be populated using JS -->
<div class="row graphic-button-container zodiac-button-container">
</div>
<!-- Zodiac data container -->
<div class="col-12 col-lg-10 col-xl-8 mx-auto my-2 pb-3 main-container-zodiac text-center">
<h2 class="uppercase two-font-heading model-name">Select Zodiac</h2>
<div class="zodiac-sign mx-auto">
<p class="placeholder">?</p>
</div>
<div class="horoscope-date mb-2"> </div>
<div class="horoscope-conatainer gradual-border">
<h3 class="daily-horoscope-heading">Daily Horoscope</h3>
<p id="horoscope-text"> Select a Zodiac sign to get your daily horoscope</p>
</div>
<div class="zodiac-container gradient-border">
<h3>Lucky Number</h3>
<p id="lucky-number"> - </p>
<h3>Lucky Color</h3>
<p id="lucky-color"> - </p>
</div>
</div>
</div>
<p class="page-connector cursive p-5 text-center"> Learn more about the corresponding <a href="./constellations.html" class="opacity">Constellations</a></p>
</main>
<footer class="footer mt-auto">
<div class="container-fluid text-lowercase">
<div class="row">
<a href="./index.html#about" class="col-12 col-md-6 py-2 mx-auto text-center opacity"> About </a>
<div class="col-12 col-md-6 py-2 mx-auto text-center">
<span class="mr-3">Contact me:</span>
<a href="https://github.com/liigalized" target="_blank"><i class="fab fa-github opacity mx-1"></i></a>
<a href="https://www.linkedin.com/in/ligabaikova" target="_blank"><i class="fab fa-linkedin-in opacity mx-1"></i></a>
<a href="https://www.instagram.com/liiga_moon/" target="_blank"><i class="fab fa-instagram opacity mx-1"></i></a>
</div>
</div>
<div class="row">
<p class="col px-0 py-2 pt-md-0 my-0 text-center text-muted small"> Graphics designed by Claire Schorman <a href="https://www.instagram.com/byclaireschorman/" target="_blank"><i class="fab fa-instagram opacity"></i></a></p>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- cdn for Bootstrap functionality -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Link internal scripts -->
<script src="./assets/scripts/main.js"></script>
<script src="./assets/scripts/zodiac.js"></script>
</body>
</html>