This repository was archived by the owner on May 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (149 loc) · 9.35 KB
/
Copy pathindex.html
File metadata and controls
168 lines (149 loc) · 9.35 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Rio 2016</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
<!-- Project CSS -->
<link rel="stylesheet" href="css/master.css" charset="utf-8">
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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="#">Coding 101</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="#">Action</a>
</li>
<li>
<a href="#">Another action</a>
</li>
<li>
<a href="#">Something else here</a>
</li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li>
<a href="#">Separated link</a>
</li>
<li>
<a href="#">One more separated link</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="images/football.png" alt="Football" width="140" height="140">
<h2>Football</h2>
<p>The association football tournament at the 2016 Summer Olympics is scheduled to be held from 3 to 20 August in Brazil.</p>
<p>In addition to the Olympic host city of Rio de Janeiro, matches will also be played in <b>Belo Horizonte</b>, Brasília, Salvador, São Paulo, and Manaus. All six cities hosted matches during the 2014 World Cup, with the Estádio Olímpico João Havelange in Rio the only Olympic venue not to have been a World Cup venue.</p>
<p>
<a class="btn btn-default" href="https://en.wikipedia.org/wiki/Football_at_the_2016_Summer_Olympics" role="button">View details »</a>
</p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="images/judo.png" alt="Judo" width="140" height="140">
<h2>Judo</h2>
<p>Judo at the 2016 Summer Olympics in Rio de Janeiro is scheduled to take place from 6 to 12 August at the Carioca Arena 2 inside the Barra Olympic Park in Barra da Tijuca. Around 386 judoka are expected to compete in 14 events (seven each for both men and women).</p>
<p>
<a class="btn btn-default" href="https://en.wikipedia.org/wiki/Judo_at_the_2016_Summer_Olympics" role="button">View details »</a>
</p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="images/rugby-sevens.png" alt="Rubgy" width="140" height="140">
<h2>Rugby Sevens</h2>
<p>Rugby sevens at the 2016 Summer Olympics is scheduled to be held in August in Rio de Janeiro. The competition will take two days. The 2016 Summer Olympics marks the debut for rugby sevens at the Summer Olympics, though rugby union was last played at the 1924 Summer Olympics.</p>
<p>
<a class="btn btn-default" href="https://en.wikipedia.org/wiki/Rugby_sevens_at_the_2016_Summer_Olympics" role="button">View details »</a>
</p>
</div>
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Mineirao Stadium</h2>
<p class="lead">Mineirão (Portuguese pronunciation: [minejˈɾɐ̃w]), is the largest football stadium in the state of Minas Gerais, Brazil. It was established in 1965, and it is located in Belo Horizonte. It served as a venue in the 2013 FIFA Confederations Cup and the 2014 FIFA World Cup. In addition, it will also host some matches of the football tournament of the 2016 Summer Olympics.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" alt="Mineirao Stadium" src="images/mineirao.jpg">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Logo</h2>
<p class="lead">The logo represents three figures, in the yellow, green, and blue of the Brazilian flag, joined at the arms and in a triple embrace, with the overall shape reflecting that of Sugarloaf Mountain. The logo was based on four concepts: contagious energy, harmonious diversity, exuberant nature, and Olympic spirit.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" alt="Logo" src="images/olympics-logo.svg">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Rio <span class="text-muted">Olympic Park</span></h2>
<p class="lead">The Barra Olympic Park is a cluster of nine sporting venues in Barra da Tijuca, in the west zone of Rio de Janeiro, Brazil that will be used for the 2016 Summer Olympics and the 2016 Summer Paralympics. The site of the Olympic Park was formerly occupied by the Autódromo Internacional Nelson Piquet, also known as Jacarepaguá.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" alt="Olympic Park" src="images/rio-olympic-park.jpg">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2016 CareMessage ·<a href="https://app.caremessage.org/privacy_policy/">Privacy</a>·<a href="https://app.caremessage.org/terms_of_use/">Terms</a></p>
</footer>
</div>
<!-- /.container -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Jquery library (required by Bootstrap) -->
<script src="vendor/jquery/jquery-3.1.0.js"></script>
<!-- Bootstrap JS -->
<script src="vendor/bootstrap/js/bootstrap.js"></script>
</body>
</html>