-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
75 lines (75 loc) · 3.84 KB
/
old.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
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta charset="utf-8">
<title>Example | CU Boulder HTML Template | University of Colorado Boulder</title>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/ucb-styles.css">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
</head>
<body class="headings-bold background-color-black">
<div class="page">
<div class="background-black brand-bar brand-bar-black">
<div class="container">
<script type="text/javascript" src="https://cdn.colorado.edu/static/brand-assets/live/js/brand-bar.js" id="ucb-brand-bar-embed" data-color="black"></script>
</div>
</div>
<header class="ucb light" role="banner">
<div class="container">
<a href="/">CU Boulder HTML Template</a>
</div>
</header>
<div class="background-color-gray-dark">
<div class="container">
<nav role="navigation" class="ucb-navbar ucb-navbar-dark text-minify">
<label for="show-main-menu" class="show-menu">
<i class="fa fa-bars" aria-hidden="true"></i>
<span class="element-invisible">Menu</span>
</label>
<input type="checkbox" id="show-main-menu" role="button">
<ul>
<li><a href="#" class="active"> <i class="fa fa-home"></i> <span class="display-inline invisible-md invisible-lg">Home</span></a></li>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li><a href="#">Link Four</a></li>
</ul>
</nav>
</div>
</div>
<div class="background-white padding-large-top padding-large-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1 id="page-title">Introduction</h1>
<section>
<p>These template files are provided as-is and Strategic Relations offers no support in modifying these files.</p>
<p><a href="https://github.com/CuBoulder/cu_html_template" class="button button-blue"><i class="fab fa-github"></i> View this project on Github</a> <a href="https://styleguide.colorado.edu" class="button button-blue">View the CU Boulder Web Styleguide</a></p>
</section>
</div>
</div>
</div>
</div>
<footer class="background-black padding-top padding-bottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
This HTML template is a resource provided by <a href="https://www.colorado.edu/strategicrelations">Strategic Relations and Communications</a>.
</div>
<div class="col-log-4 col-md-4 col-sm-6 col-xs-12 offset-lg-4 offset-md-4">
<script type="text/javascript" src="https://cdn.colorado.edu/static/brand-assets/live/js/footer.js" id="ucb-footer-embed" data-color="white"></script>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>