-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (66 loc) · 2.21 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Menstruscription</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Vast+Shadow" />
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="main.css">
</head>
<body class="index">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark fixed-top" role="navigation">
<div class = "container-fluid">
<a class="navbar-brand" href="#">Menstruscription</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">
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products_list.html">Products</a>
</li>
</ul>
</div>
</div>
</nav>
<div class='container-fluid'>
<!-- header and picture -->
<div class='jumbotron'>
<div class='row'>
<!-- header 1 -->
<h1 class="text-center"> Manage your Menstrual Cycle </h1>
</div>
<div class='col-sm-4'>
<!-- image -->
</div>
</div>
</div>
<!--get started button-->
<div class='row text-center'>
<a href="Question1.html" class="btn btn-danger btn-lg btn-block" role="button" >Get Started</a>
</div>
<!--help and link to media-->
<div class='row'>
<div class='col-sm-4'>
<!-- First column content -->
<img class="period" src="period1.jpg" width="380px"
height="400px">
</div>
<div class='col-sm-4'>
<!-- Second column content -->
<img class= "period" src="period2.jpg" width="380px"
height="400x">
</div>
<div col class="col-sm-4">
<img class= "period" src="period4.jpg" width="380px"
height="400px">
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="./js/bootstrap.bundle.js"></script>
</body>
</html>