forked from Shnaeem/Quotivate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
98 lines (84 loc) · 4.14 KB
/
Copy pathauthors.html
File metadata and controls
98 lines (84 loc) · 4.14 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
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
<!DOCTYPE html>
<html>
<head>
<title>Quotivate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <link rel="stylesheet" href="css/style.css"> -->
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="css/AuthorPage.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- <script src="https://use.fontawesome.com/d5f754aff8.js"></script> -->
</head>
<body>
<!-- Navbar for the window -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-main">
<span class="sr-only"> Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"> <img src="img/logo_orange.png" alt=""></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-main">
<ul class="nav navbar-nav">
<li class="nav-flexing"> <a class="active" href="index.html">Home</a></li>
<li class="nav-flexing"> <a href="authors.html">Authors</a></li>
<li class="nav-flexing"> <a href="topics.html">Topics</a></li>
<li class="nav-flexing"> <a href="quotes.html">Quotes</a></li>
<li class="nav-flexing nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
...
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="aboutus.html">About Us</a>
<a class="dropdown-item" href="contactus.html">Contact Us</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Copyright 2020</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div id="home">
<div class="landing-text">
<h1 id="Auth-Text-Color">Authors</h1>
<div class="col-lg-12 ">
<div class="input-group md-form form-sm form-1 pl-0 " id="searchbarcontainer">
<input class="form-control my-0 py-1 searchbar" type="text" placeholder="Search" aria-label="Search" id="SearchbyAuth">
<a href="#" class="btn btn-default btn-lg" id="searchbyAuthBtn">Search</a>
</div>
</div>
<div class="container">
</div>
<!--<h3>Quotes to Motivate you</h3>
<div class="padding">
<div class="container">
<div class="row">
<div class="col-sm-6 exp1">
<div class="randomcard">
<p class="randomcardpara"> "The greatest glory in living lies not in never falling, but in rising every time we fall." </p>
<h3 class="randomcardauth">~Nelson Mandela</h1>
</div>
</div>
<div class="col-sm-6 exp2">
<div class="input-group md-form form-sm form-1 pl-0 " id="searchbarcontainer">
<input class="form-control my-0 py-1" type="text" placeholder="Search" aria-label="Search" id="searchbar">
</div>
<a href="#" class="btn btn-default btn-lg" id="randomquotebtn">Random Quote</a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<script src="js/SearchbyAuthor.js"></script>
</body>
</html>