-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (131 loc) · 5.63 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
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Energia Solar</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!--Icon Fonts-->
<link rel="stylesheet" media="screen" href="assets/fonts/font-awesome/font-awesome.min.css" />
<!-- Extras -->
<link rel="stylesheet" type="text/css" href="assets/extras/animate.css">
<link rel="stylesheet" type="text/css" href="assets/extras/lightbox.css">
<!-- jQuery Load -->
<script src="assets/js/jquery-min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="20" data-target="#navbar">
<!-- Nav Menu Section -->
<div class="logo-menu">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" data-spy="affix" data-offset-top="50">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header col-md-3">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#home"><i class="fa fa-briefcase"></i></a> -->
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav col-md-9 pull-right">
<li class="active">
<a href="#hero-area">
<i class="fa fa-home"></i> Home</a>
</li>
<li>
<a href="../landing">
<i class="fa fa-home"></i> Ver outros e-books gratuitos</a>
</li>
</div>
</div>
</nav>
</div>
<!-- Nav Menu Section End -->
<!-- Hero Area Section -->
<section id="hero-area1">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="title"></h1>
<h2 class="subtitle">Baixe gratuitamente o e-book!</h2>
<img class="col-md-6 col-sm-6 col-xs-12 animated fadeInLeft" src="../landing/assets/img/fv.png" alt="">
<div class="col-md-6 col-sm-6 col-xs-12 animated fadeInRight delay-0-5">
<p>Energia solar é hoje uma das coisas que mais movimentam o mercado, isso porque é um ótimo investimento, que rende mais que os comuns (CDB, Poupança e etc). Em 4 a 6 anos, você terá seu projeto pago por ele mesmo, além de não pagar mais conta de luz. Entenda mais no e-book. Se quiser saber mais sobre o assunto, <a href="../simulador/index.html">visite nosso simulador.</a></p>
<a href="index2.html" class="btn btn-common btn-lg">Baixar gratuitamente</a>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container">
<div class="row">
<h1 class="title">Veja também outros e-books gratuitos</h1>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="portfolio-item wow fadeInLeft" data-wow-delay=".5s">
<a href="../landing/index3.html">
<img src="../landing/descargas.png" alt="">
</a>
<div class="overlay">
<div class="icons">
<a href="../landing/index3.html" class="preview">
<i class="fa fa-search-plus fa-4x"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="portfolio-item wow fadeInLeft" data-wow-delay=".7s">
<a href="../landing/">
<img src="../landing/assets/img/hero/macbook.png" alt="">
</a>
<div class="overlay">
<div class="icons">
<a href="../landing/index.html" class="preview">
<i class="fa fa-search-plus fa-4x"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="portfolio-item wow fadeInLeft" data-wow-delay=".9s">
<a href="#">
<img src="../landing/ilumina.png" alt="">
</a>
<div class="overlay">
<div class="icons">
<a href="../landing2/index.html" class="preview">
<i class="fa fa-search-plus fa-4x"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Copyright Section End-->
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Smooth Scroll -->
<!-- Smooth Scroll -->
<script src="assets/js/smooth-scroll.js"></script>
<script src="assets/js/lightbox.min.js"></script>
<!-- All JS plugin Triggers -->
<script src="assets/js/main.js"></script>
</body>
</html>