-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
160 lines (155 loc) · 7.03 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/reset.css">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/all.css">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/slick/slick.css">
<link rel="stylesheet" href="/assets/slick/slick-theme.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;800&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Mr+De+Haviland&display=swap">
<title>Islana Costa</title>
</head>
<body>
<header>
<a href="#inicio">
<div class="header-destaque">
<div class="header-logo">
<img src="/assets/img/IC-logo-icone.png" alt="Logo">
</div>
<h1 class="header-titulo">
Islana Costa
</h1>
</div>
</a>
<div class="header-menu">
<label for="menu-checkbox" id="menu-icon" class="menu-icon"><i class="fas fa-bars"></i></label>
<input type="checkbox" name="" value="" id="menu-checkbox" class="menu-checkbox">
<div class="header-menu-list" id="menu-list">
<nav>
<a href="#inicio">
<div class="header-menu-list-item">Início</div>
</a>
<a href="#sobre">
<div class="header-menu-list-item">Sobre</div>
</a>
<a href="#missao" onclick="">
<div class="header-menu-list-item">Missão</div>
</a>
<a href="#projetos">
<div class="header-menu-list-item">Projetos</div>
</a>
<a href="#contato">
<div class="header-menu-list-item">Contato</div>
</a>
</nav>
</div>
</div>
</header>
<main>
<section class="inicio" id="inicio">
<div class="inicio-logo">
<p>I s l a n a C o s t a</p>
<p>I N T E R I O R E S</p>
</div>
<div class="inicio-carrossel" id="carrossel">
<img src="/assets/img/toa-heftiba-FV3GConVSss-unsplash.png" alt="Carrossel de imagens">
<img src="/assets/img/rune-enstad-UXFJ-6Zj27M-unsplash.png" alt="Carrossel de imagens">
<img src="/assets/img/roberto-nickson-tleCJiDOri0-unsplash.png" alt="Carrossel de imagens">
</div>
</section>
<section class="sobre" id="sobre">
<div class="sobre-titulo">
<h1>Islana Costa</h1>
</div>
<div class="sobre-foto"><img src="/assets/img/christina-wocintechchat-com-Zpzf7TLj_gA-unsplash.png" alt="Foto de perfil"></div>
<div class="sobre-texto">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam porta scelerisque ipsum, vel suscipit velit pretium id. Etiam interdum nisl elit, a pretium nunc malesuada ut.</p>
<p>Proin mattis enim et mauris vehicula, sit amet fringilla ex tincidunt. Fusce vitae augue volutpat, consequat odio in, accumsan lectus.</p>
</div>
</section>
<section class="missao" id="missao">
<div class="missao-titulo">
<h1>Nossa missão</h1>
</div>
<div class="missao-texto">
<strong>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin mattis enim et mauris vehicula,
sit amet fringilla ex tincidunt."
</strong>
</div>
</section>
<section class="projetos" id="projetos">
<div class="projetos-titulo">
<h1>Projetos</h1>
</div>
<div class="projetos-estilos">
<div class="projetos-estilos-titulos">
<h1 class="projeto-titulo-principal">Sala Moderna</h1>
<strong class="projeto-titulo-secundario">Joquei Club</strong>
</div>
<div class="projetos-estilos-imagens">
<img class="destaque" src="/assets/img/alberto-castillo-q-mx4mSkK9zeo-unsplash.png" alt="">
<img class="destaque-lateral" src="/assets/img/armin-djuhic-mcL2f-J74GY-unsplash.png" alt="">
<img src="/assets/img/deborah-cortelazzi-gREquCUXQLI-unsplash.png" alt="">
<img src="/assets/img/jarek-ceborski-jn7uVeCdf6U-unsplash.png" alt="">
<img src="/assets/img/nastuh-abootalebi-JdcJn85xD2k-unsplash.png" alt="">
</div>
</div>
</section>
<section class="contato" id="contato">
<div class="contato-video">
<iframe width="854" height="480" src="https://www.youtube.com/embed/Q8fMgVH6vwY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="contato-texto">
<h3>Nossos projetos inspiraram você?</h3>
<h2>Deseja começar um projeto conosco?</h2>
<h1>Entre em contato</h1>
<strong> (99) 99999-9999 </strong>
</div>
</section>
</main>
<footer>
<div class="redes-sociais">
<div class="rede-social telefone">
<a href="">
<i class="fas fa-phone-alt"></i>
<p> (99) 99999-9999 </p>
</a>
</div>
<div class="rede-social facebook">
<a href="">
<i class="fab fa-facebook-square"></i>
<p> islana-costa </p>
</a>
</div>
<div class="rede-social instagram">
<a href="">
<i class="fab fa-instagram-square"></i>
<p> @islana-costa </p>
</a>
</div>
<div class="rede-social pinterest">
<a href="">
<i class="fab fa-pinterest-square"></i>
<p> islanacosta </p>
</a>
</div>
<div class="rede-social email">
<a href="">
<i class="fas fa-envelope"></i>
<p> [email protected] </p>
</a>
</div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="/assets/slick/slick.js"></script>
<script src="/assets/js/main.js"></script>
</html>