-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·193 lines (178 loc) · 7.53 KB
/
index.html
File metadata and controls
executable file
·193 lines (178 loc) · 7.53 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/css/main.min.css">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary-dark elevation-3">
<a class="navbar-brand" href="#">Python Cuba</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
<header class="jumbotron jumbotron-header jumbotron-fluid bg-primary text-text-primary elevation-3">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-5 col-md-2 text-center text-md-left">
<img class="img-fluid" src="assets/img/logo.png" alt="">
</div>
<div class="col-12 col-md-10 text-center text-md-left">
<h1 class="display-4">Comunidad Cubana de Python</h1>
<p class="lead">Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p>
</div>
</div>
<div class="row">
<div class="col-12 text-center text-md-left">
<hr class="my-4">
<p>Maiores unde numquam dolorem maxime quod suscipit saepe accusamus voluptates quos hic!</p>
<p class="lead">
<a class="btn btn-outline-secondary btn-lg" href="#" role="button">Saber mas</a>
</p>
</div>
</div>
</div>
</header>
<section id="section-about" class="home-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>About us</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis, impedit laborum, doloremque provident
reprehenderit minima illo amet rem voluptatem, voluptatum ex aliquam dolorum. Amet inventore corporis
consequuntur maiores, obcaecati possimus.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae quod error cupiditate dolore culpa
magnam placeat, aliquam minus magni minima provident, dignissimos adipisci fugit, non veniam? Cum quod
natus expedita!</p>
</div>
</div>
</div>
</div>
</section>
<section id="section-1" class="home-section-spacer bg-primary text-secondary">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="color-light">
<h2>Lorem ipsum dolor.</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
</div>
</div>
</section>
<section id="section-about" class="home-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Projects</h2>
<p>Voluptatum ex aliquam dolorum. Amet inventore corporis
consequuntur maiores, obcaecati possimus.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm col-md-4 mb-3 d-flex">
<div class="card">
<div class="card-body flex-fill">
<h5 class="card-title">Project title</h5>
<h6 class="card-subtitle mb-2 text-muted">Project subtitle</h6>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<a href="#" class="card-link">Project link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
<div class="col-sm col-md-4 mb-3 d-flex">
<div class="card"">
<div class=" card-body flex-fill">
<h5 class="card-title">Project title</h5>
<h6 class="card-subtitle mb-2 text-muted">Project subtitle</h6>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<a href="#" class="card-link">Project link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
<div class="col-sm col-md-4 mb-3 d-flex">
<div class="card">
<div class="card-body flex-fill">
<h5 class="card-title">Project title</h5>
<h6 class="card-subtitle mb-2 text-muted">Project subtitle</h6>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<a href="#" class="card-link">Project link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
<div class="col-sm col-md-4 mb-3 d-flex">
<div class="card">
<div class="card-body flex-fill">
<h5 class="card-title">Project title</h5>
<h6 class="card-subtitle mb-2 text-muted">Project subtitle</h6>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<a href="#" class="card-link">Project link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
<div class="col-sm col-md-4 mb-3 d-flex">
<div class="card">
<div class="card-body flex-fill">
<h5 class="card-title">Project title</h5>
<h6 class="card-subtitle mb-2 text-muted">Project subtitle</h6>
<p class="card-text">Some quick example text to build on the Project title and make up the bulk of the
card's content.</p>
<a href="#" class="card-link">Project link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-primary text-text-primary">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright ©2018 Python Cuba.</p>
</div>
</div>
</div>
</footer>
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap-material-design/dist/js/bootstrap-material-design.min.js"></script>
<script>$(document).ready(function () { $('body').bootstrapMaterialDesign(); });</script>
</body>
</html>