-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 3.23 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 3.23 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>formSite</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anton">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bungee">
<link rel="stylesheet" href="assets/css/gradient-navbar-1.css">
<link rel="stylesheet" href="assets/css/gradient-navbar.css">
<link rel="stylesheet" href="assets/css/Highlight-Blue.css">
<link rel="stylesheet" href="assets/css/Login-Form-Dark.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Button.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div>
<nav class="navbar navbar-light navbar-expand-md navigation-clean-button" style="background-color: linear-gradient(-100deg, rgb(0, 163, 255),rgb(0, 255, 133));height: 96px;">
<div class="container"><a class="navbar-brand" href="#" style="padding: 5px;margin: -4px;height: 60px;width: 179px;font-family: Bungee, cursive;color: rgb(8,8,8);font-size: 32px;"><img src="assets/img/Logo1.png" style="width: 209px;"></a><button class="navbar-toggler"
data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse d-xl-flex justify-content-xl-center align-items-xl-center"
id="navcol-1">
<ul class="nav navbar-nav mr-auto"></ul><span class="d-xl-flex align-items-xl-center navbar-text actions"> <a href="#" class="login"></a><a class="btn btn-light text-nowrap d-xl-flex align-items-xl-center action-button" role="button" href="#" target="_parent" style="padding: 12px;margin: -3px;width: 83px;background-color: #dd5f5b;color: rgb(18,15,15);"><strong>Start</strong> <i class="material-icons d-inline-flex" style="width: 23px;">accessibility</i></a></span></div>
</div>
</nav>
</div>
<div class="container-fluid">
<div class="row"></div>
</div>
<div class="login-dark" style="background-image: url("assets/img/Picture4.png");height: 862px;">
<form class="d-flex" method="post" style="width: auto;max-width: 735px;height: auto;min-height: 8px;padding-top: 20px;"><a class="btn btn-primary active shadow d-xl-flex justify-content-center" role="button" href="model.html" style="font-size: 29px;background-color: rgb(221,95,91);color: rgb(0,0,0);">Begin Workout <i class="material-icons" style="font-size: 33px;min-height: 0px;margin-top: 0px;padding: 0px;padding-bottom: 0px;">accessibility</i></a>
<h2
class="sr-only">Login Form</h2>
</form>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
</body>
</html>