generated from twbs/bootstrap-npm-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-buttons.html
175 lines (151 loc) · 8.67 KB
/
header-buttons.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/@asu-design-system/bootstrap4-theme/dist/css/bootstrap-asu.css">
<link rel="stylesheet" href="assets/css/project.css">
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/@asu-design-system/bootstrap4-theme/dist/js/bootstrap.min.js"></script>
<script src="node_modules/@asu-design-system/bootstrap4-theme/src/js/global-header.js"></script>
<script src="node_modules/@asu-design-system/bootstrap4-theme/dist/assets/fontawesome/js/all.js"></script>
<script type="module" src="assets/js/project.js"></script>
<title>ASU Boostrap HTML Starter</title>
</head>
<body>
<header id="asu-header" class="fixed-top">
<div id="wrapper-header-top">
<div class="container-lg">
<div class="row">
<div id="header-top" class="col-12">
<nav class="nav" aria-label="Top">
<a class="nav-link sr-only sr-only-focusable" href="#skip-to-content">Skip to Content</a>
<a class="nav-link sr-only sr-only-focusable" href="http://asu.edu/accessibility/feedback?a11yref=unity-design-system">Report an accessibility problem</a>
<a class="nav-link" href="https://asu.edu">ASU Home</a>
<a class="nav-link" href="https://my.asu.edu">My ASU</a>
<a class="nav-link" href="https://asu.edu/about/colleges-and-schools">Colleges and Schools</a>
<a class="nav-link" href="https://weblogin.asu.edu/cgi-bin/login">Sign in</a>
<form class="form-inline" action="https://search.asu.edu/search" method="get" name="gs">
<input class="form-control" type="search" name="q" aria-label="Search">
<input name="site" value="default_collection" type="hidden">
<input name="sort" value="date:D:L:d1" type="hidden">
<input name="output" value="xml_no_dtd" type="hidden">
<input name="ie" value="UTF-8" type="hidden">
<input name="oe" value="UTF-8" type="hidden">
<input name="client" value="asu_frontend" type="hidden">
<input name="proxystylesheet" value="asu_frontend" type="hidden">
</form>
</nav>
</div>
</div>
</div>
</div>
<div id="wrapper-header-main">
<div class="container-lg">
<div class="row">
<div id="header-main" class="col-12">
<nav class="navbar navbar-expand-lg" aria-label="Main" >
<a class="navbar-brand" href="#">
<img class="vert" src="assets/img/asu-logo/arizona-state-university-logo-vertical.png" alt="Arizona State University" />
<img class="horiz" src="assets/img/asu-logo/arizona-state-university-logo.png" alt="Arizona State University" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#menubar" aria-controls="menubar" aria-expanded="false" aria-label="Toggle navigation">
<span title="Hamburger menu" class="fa fa-bars"></span>
</button>
<div class="navbar-container no-links">
<div class="title subdomain-name">
Landing Page Title
</div>
<div class="collapse navbar-collapse w-100 justify-content-between" id="menubar">
<form class="navbar-site-buttons form-inline">
<a href="#" class="btn btn-md btn-maroon">CTA Button 1</a>
<a href="#" class="btn btn-md btn-dark">CTA Button 2</a>
</form>
<div class="navbar-mobile-footer">
<form class="form-inline navbar-mobile-search" action="https://search.asu.edu/search" method="get" name="gs">
<input class="form-control" type="search" name="q" aria-label="Search">
<input name="site" value="default_collection" type="hidden">
<input name="sort" value="date:D:L:d1" type="hidden">
<input name="output" value="xml_no_dtd" type="hidden">
<input name="ie" value="UTF-8" type="hidden">
<input name="oe" value="UTF-8" type="hidden">
<input name="client" value="asu_frontend" type="hidden">
<input name="proxystylesheet" value="asu_frontend" type="hidden">
</form>
<div class="nav-grid">
<a class="nav-link" href="https://asu.edu">ASU Home</a>
<a class="nav-link" href="https://my.asu.edu">My ASU</a>
<a class="nav-link" href="https://asu.edu/about/colleges-and-schools">Colleges and Schools</a>
<a class="nav-link" href="https://weblogin.asu.edu/cgi-bin/login">Sign in</a>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<main>
<div id="skip-to-content" class="sr-only"></div>
<div style="background: url('https://picsum.photos/1900/500'); height:500px;"></div>
<div class="bg-gray-6" style="height:70vh;"></div>
<div class="bg-gray-5" style="height:70vh;"></div>
<div class="bg-gray-4" style="height:70vh;"></div>
</main>
<footer role="contentinfo">
<div class="wrapper" id="wrapper-endorsed-footer">
<div class="container" id="endorsed-footer">
<div class="row">
<div class="col-md" id="endorsed-logo">
<img src="assets/img/endorsed-logo/asu_universitytechoffice_horiz_rgb_white_150ppi.png" alt="ASU University Technology Office Arizona State University."/>
</div>
<div class="col-md" id="social-media">
<nav class="nav" aria-label="Social Media">
<a class="nav-link" href="#"><span title="Facebook Social Media Icon" class="fab fa-facebook-square"></span></a>
<a class="nav-link" href="#"><span title="Twitter Social Media Icon" class="fab fa-twitter-square"></span></a>
<a class="nav-link" href="#"><span title="LinkedIn Social Media Icon" class="fab fa-linkedin"></span></a>
<a class="nav-link" href="#"><span title="Instagram Social Media Icon" class="fab fa-instagram-square"></span></a>
<a class="nav-link" href="#"><span title="YouTube Social Media Icon" class="fab fa-youtube-square"></span></a>
</nav>
</div>
</div>
</div>
</div>
<div class="wrapper" id="wrapper-footer-innovation">
<div class="container" id="footer-innovation">
<div class="row">
<div class="col">
<div class="d-flex footer-innovation-links">
<img src="assets/img/innovation-lockup/on-gold/200420-GlobalFooter-No1InnovationLockup@2x.png" alt="Number one in the U.S. for innovation. #1 ASU, #2 Stanford, #3 MIT. - U.S. News and World Report, 5 years, 2016-2020">
<nav class="nav" aria-label="University Services">
<a class="nav-link" href="https://www.asu.edu/map/">Maps and Locations</a>
<a class="nav-link" href="https://www.asu.edu/asujobs">Jobs</a>
<a class="nav-link" href="https://isearch.asu.edu/">Directory</a>
<a class="nav-link" href="https://www.asu.edu/contactasu/">Contact ASU</a>
<a class="nav-link" href="https://my.asu.edu/">My ASU</a>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper" id="wrapper-footer-colophon">
<div class="container" id="footer-colophon">
<div class="row">
<div class="col">
<nav class="nav colophon" aria-label="University Legal and Compliance">
<a class="nav-link" href="https://www.asu.edu/copyright/">Copyright and Trademark</a>
<a class="nav-link" href="https://www.asu.edu/accessibility/">Accessibility</a>
<a class="nav-link" href="https://www.asu.edu/privacy/">Privacy</a>
<a class="nav-link" href="https://www.asu.edu/tou/">Terms of Use</a>
<a class="nav-link" href="https://www.asu.edu/emergency/">Emergency</a>
</nav>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>