forked from Laboratoria-learning/freelancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
228 lines (217 loc) · 12.9 KB
/
index.html
File metadata and controls
228 lines (217 loc) · 12.9 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!-- Agrega aquí la estructura HTML de tu sitio web -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<title>Freelancer</title>
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,900|Montserrat:400,900" rel="stylesheet">
<script src="https://use.fontawesome.com/21b158d175.js"></script>
</head>
<body>
<header>
<div class="title-header to-upper-case">start bootstrap</div>
<nav>
<!--Asignando una clase a la barra de navegación-->
<ul class="nav-menu">
<li class="nav-options to-upper-case"><a class="remove-underline" href="#portfolio-section">portfolio</a></li>
<li class="nav-options to-upper-case"><a class="remove-underline"href="#about-section">about</a></li>
<li class="nav-options to-upper-case"><a class="remove-underline"href="#contact-section">contact</a></li>
</ul>
</nav>
</header>
<!--Asignando una clase a la primera sección-->
<section id="start-section">
<figure>
<img src="assets/images/profile.png" alt="profile">
</figure>
<h1 class="to-upper-case main-title">start bootstrap</h1>
<div class="divider">
<hr class="left white-divider"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right white-divider" />
</div>
<p>Web Developer - Graphic Artist - User Experience Designer</p>
</section>
<!--Asignando una clase a la segunda sección-->
<section id="portfolio-section">
<h2 class="to-upper-case">portfolio</h2>
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<!--Creando un div general para toda las imagenes-->
<div id="image-container">
<!--Cada div contendra a la imagen,la mascada que se usara para el hover y el overlay para cada imagen-->
<div >
<img class="portfolio-images" src="assets/images/portfolio/cabin.png" alt="">
<div class="mascara">
<a href="#img-2"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-2">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/game.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
</div>
<div>
<img class="portfolio-images" src="assets/images/portfolio/game.png" alt="">
<div class="mascara">
<a href="#img-3"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-3">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/cake.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
<div>
<img class="portfolio-images" src="assets/images/portfolio/cake.png" alt="">
<div class="mascara">
<a href="#img-4"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-4">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/safe.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
<div>
<img class="portfolio-images" src="assets/images/portfolio/safe.png" alt="">
<div class="mascara">
<a href="#img-5"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-5">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/circus.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
<div>
<img class="portfolio-images" src="assets/images/portfolio/circus.png" alt="">
<div class="mascara">
<a href="#img-6"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-6">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/submarine.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
<div>
<img class="portfolio-images" src="assets/images/portfolio/submarine.png" alt="">
<div class="mascara re-positioning">
<a href="#img-7"><i class="fa fa-search-plus fa-4x" aria-hidden="true"></i></a>
<a href="#" class="link"></a>
</div>
<div class="overlay" id="img-7">
<h2>project title</h2>
<div class="img-overlay">
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<a href="#"><img class="img-overlay"src="assets/images/portfolio/cabin.png" alt=""></a>
<p>Use this area of the page to describe your project. The icon above is part of a free<br>icon set by Flat Icons.On their website, you can download their free set whit 16<br>icons, or you can purchase the entire set with 146 icons for only $12!<p>
<h4>Client:Start Bootstrap</h4>
<h4>Date:April 2014</h4>
<h4>Sevice:Web Development</h4>
</div>
<a id="close" href="#"><i class="fa fa-times" aria-hidden="true"></i>Close</a>
</div>
</div>
</section>
<!--Asignando una clase a la tercera sección-->
<section id="about-section">
<h2 class="to-upper-case">about</h2>
<div class="divider ">
<hr class="left white-divider"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right white-divider" />
</div>
<p>Freelancer is a free bootstrap theme<br>created by Start Bootstrap.The<br>download includes the complete source<br>files including HTML, CSS and<br> Javascript as well as optional LESS<br> stylesheets for easy customization.
</p>
<p>Wheter you're a student looking to<br>showcase your work,a professional<br>looking to atracct clients,or a graphic<br>artist looking to share your projects,this<br>template is the perfect starting point!<br><br>
</p>
<button type="button" name="button"><i class="fa fa-download" aria-hidden="true"></i> Download Theme</button>
</section>
<!--Asignando una clase a la cuarta sección-->
<section id="contact-section">
<h2 class="to-upper-case">contact me</h2>
<div class="divider">
<hr class="left"/><i class="fa fa-star fa-2x" aria-hidden="true"></i><hr class="right" />
</div>
<div id="form">
<input type="text" type="text" placeholder="Name" >
<input type="text" type="text" placeholder="E-mail" >
<input type="text" type="text" placeholder="Number" >
<input type="text" type="text" placeholder="Message" >
</div>
<button type="button" name="button">Send</button>
</section>
<footer>
<!--Dividimos el footer en tres divs principales y les asignamos una misma clase-->
<div class="footer-boxes">
<h2 class="to-upper-case">location</h2>
<p>3481 Melrose Place</p>
<p>Beverly Hills, CA 90210</p>
</div>
<div class="footer-boxes footer-icons">
<h2 class="to-upper-case">around the web</h2>
<span><i class="fa fa-facebook" aria-hidden="true"></i></span>
<span><i class="fa fa-google-plus" aria-hidden="true"></i></span>
<span><i class="fa fa-twitter" aria-hidden="true"></i></span>
<span><i class="fa fa-linkedin" aria-hidden="true"></i></span>
<span><i class="fa fa-dribbble" aria-hidden="true"></i></span>
</div>
<div class="footer-boxes">
<h2 class="to-upper-case">about Freelancer</h2>
<p>Freelance is a free to use, open source</p>
<p>Bootstrap theme created by <a class="remove-underline change-color"href="#">Start</a></p>
<a class="remove-underline change-color"href="#">Bootstrap</a>
</div>
<div class="copyright">Copyright © Your Website 2017</div>
</footer>
</body>
</html>