-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (118 loc) · 4.84 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Freelancer - Start Bootstrap Theme</title>
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--seccion de navegacion-->
<header class="text-uppercase">
<div>
<h1><a id="logo" href="#section_1">Start bootstrap</a></h1>
<a href="#section_2">Portfolio</a>
<a href="#section_3">About</a>
<a href="#section_4">Contact</a>
</div>
</header>
<!--seccion1 home-->
<section id="section_1">
<img src="assets/images/profile.png" alt="home">
<h1 class="text-uppercase">start bootstrap</h1>
<div class="barra">
<hr class="white">
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<hr class="white">
</div>
<h2>Web Developer - Graphic Artist - User Experience Designer</h2>
</section>
<!--seccion2 portfolio-->
<section id="section_2">
<h1 class="text-uppercase title-section blue2">portfolio</h1>
<div class="barra">
<hr class="blue">
<i class="fa fa-star fa-2x blue2" aria-hidden="true"></i>
<hr class="blue">
</div>
<section>
<div><img src="assets/images/portfolio/cabin.png" alt="cabin"> </div>
<div><img src="assets/images/portfolio/cake.png" alt="cake"></div>
<div><img src="assets/images/portfolio/circus.png" alt="circus"></div>
</section>
<section>
<div><img src="assets/images/portfolio/game.png" alt="game"></div>
<div><img src="assets/images/portfolio/safe.png" alt="safe"></div>
<div><img src="assets/images/portfolio/submarine.png" alt="submarine"></div>
</section>
</section>
<!--seccion3 about-->
<section id="section_3">
<h1 class="text-uppercase title-section">about</h1>
<div class="barra">
<hr class="white">
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<hr class="white">
</div>
<section>
<p>
Freelancer is a free bootstrap theme
created by Start Bootstrap. The download
includes the complete source files including
HTML, CSS, and JavaScript as well as optional
LESS stylesheets for easy customization.
</p>
<p>
Whether you're a student looking to showcase
your work, a professional looking to attract
clients, or a graphic artist looking to share
your projects, this template is the perfect
starting point!
</p>
</section>
<section> <!--seccion3 about boton-->
<a href="#section_1"><button id="button_des" type="button" name="Download"><i class="fa fa-download" aria-hidden="true"></i> Download Now!</button></a>
</section>
</section>
<!--seccion4 contac me-->
<section id="section_4">
<h1 class="text-uppercase title-section blue2">contact me</h1>
<div class="barra">
<hr class="blue">
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<hr class="blue">
</div>
<form class="form-contact" action="index.html" method="post">
<input type="text" placeholder="Name" name="" value="">
<input type="email" placeholder="E-mail Adreess" name="" value="">
<input type="text" placeholder="Phone Number" name="" value="">
<textarea name="message" placeholder="Message"></textarea>
</form>
<section>
<button id="button_sen" type="button" name="Send">Send</button><!--seccion4 send boton-->
</section>
</section>
<!--seccion footer-->
<footer>
<section>
<h2 class="text-uppercase">Location</h2>
<p>2215 John Daniel Drive Clark, MO 65243</p>
</section>
<section>
<h2 class="text-uppercase">Around the web</h2>
<a href="#section_1"><div class="icon"><i class="fa fa-facebook i-icon" aria-hidden="true"></i></div></a>
<a href="#section_1"><div class="icon"><i class="fa fa-google-plus i-icon" aria-hidden="true"></i></div></a>
<a href="#section_1"><div class="icon"><i class="fa fa-twitter i-icon" aria-hidden="true"></i></div></a>
<a href="#section_1"><div class="icon"><i class="fa fa-linkedin i-icon" aria-hidden="true"></i></div></a>
<a href="#section_1"><div class="icon"><i class="fa fa-dribbble i-icon" aria-hidden="true"></i></div></a>
</section>
<section>
<h2 class="text-uppercase">About freelancer</h2>
<p>Freelancer is a free to use, open source Bootstrap
theme create by <a id="a_footer" href="https://startbootstrap.com">Start Bootstrap</a>.</p>
</section>
<p>Copyright © Your Website 2017</p>
</footer>
</body>
</html>