-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (142 loc) · 8 KB
/
Copy pathindex.html
File metadata and controls
156 lines (142 loc) · 8 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> -->
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="estilo.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="reset.css"> -->
<title>Douglas Portifolio</title>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#menuzinho">
<span class="sr-only">Alternar navegação</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">DouglasCalora</a>
</div>
<div class="navbar-right collapse navbar-collapse" id="menuzinho">
<ul class="nav navbar-nav" >
<li><a href="#">Home</a></li>
<li><a href="#portifolio">Portifolio</a></li>
<li><a href="#contato">Contato</a></li>
</ul>
</div>
</div>
</nav>
<div class="container corpo-inicio">
<div class="row">
<div class="col-xs-12 col-sm-4 photo">
<img class="img-responsive img-circle" src="http://envri.eu/wp-content/uploads/2016/08/software-developer-copy-1024x1024.jpg" alt="">
</div>
<div class="col-xs-12 col-sm-8 description">
<h4 class="text-center">Front-End Developer and UX/UI designer, with practical experience in project management, branding strategy, and creative direction.</h4>
</div>
</div>
<section class="row portifolio" id="portifolio">
<h2 class="text-center">PORTIFOLIO</h2>
<hr class="hr-css">
<div class="portifolio container">
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
<div class="col-xs-12 col-sm-6 col">
<img class="img-responsive img-rounded portifolio-img" src="https://placeholdit.co//i/600x200">
</div>
</div>
</section>
<div class="row contato" id="contato">
<form class=>
<h2 class="text-center">CONTATO</h2>
<!-- <hr class="hr-css"> -->
<div class="col-xs-12 col-sm-6">
<div class="form-group">
<div class="div-form">
<input class="form-control"type="text" placeholder="Nome">
</div>
<div class="div-form">
<input class="form-control"type="text" placeholder="Email">
</div>
<div class="div-form">
<input class="form-control"type="tel" placeholder="Telefone">
</div>
<div class="div-form">
<textarea class="form-control" rows="4" placeholder="Mensagem"></textarea>
</div>
<div>
<button type="submit" class="btn btn-info btn-block">Enviar</button>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 contato-divisao">
<br>
<h4>Want to get in touch with me? Be it to request more info about myself or my experience, to ask for my resume, tips on how to solve your sudoku,
random questions about the universe and the meaning of life, or even if only for some nice Fika here in stunning Toronto...
just feel free to drop me a line anytime.</h4>
<br>
<br>
<h4>I promise to reply A.S.A.P.</h4>
<br>
<br>
<h5><i>Note: No spam/soliciting pour moi, merci :)</i></h5>
</div>
</form>
</div>
</div>
<footer class="rodape ">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 rodape-divisao">
<h2 class="text-center">ABOUT THIS PAGE</h2>
<br>
<h4 class="text-center">This pag was made with <i class="fas fa-coffee"></i> and <i class="fas fa-music"></i> </h4>
</div>
<div class="col-sm-6">
<h2 class="text-center">FOLLOW US</h2>
<span>
<h4 class="text-center rodape-fonte">
<br>
<a href=""><i class="fab fa-facebook-square"></i></a>
<a href=""><i class="fab fa-git-square"></i></a>
<a href=""><i class="fab fa-youtube-square"></i></a>
<a href=""><i class="fab fa-twitter-square"></i></a>
<a href=""><i class="fab fa-linkedin"></i></a>
</h4>
</span>
</div>
</div>
</div>
<br>
<p class="text-center">© 2018 - Douglas Calora. Todos os direitos reservados.</p>
</footer>
</div>
</body>
</html>