-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (94 loc) · 3.26 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Grupo da Causa Humana</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="assets/js/jquery.min.js"></script>
<script>
$(function(){
$("#includedContentHeader").load("header.html");
$("#includedSideBar").load("sidebar.html");
});
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<div id="includedContentHeader"></div>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Grupo da Causa Humana</h1>
<p>A group of studies focussed on scientific and social causes</p>
</header>
<p>Grupo da Causa Humana is a group idealized by researchers,
professor and friends, which study and discuss ideas in a health, peaceful and sustainable environment.
Different contributions are achieving from a diverse group, composed of people with different backgrounds,
goals, dreams and personal beliefs.<br>
The city of Ouro Preto, Minas Gerais, Brazil, is the hearth of the foundation of our team.</p>
<ul class="actions">
<li><a href="#" class="button big">Learn More</a></li>
</ul>
</div>
<span class="image object">
<img src="images/serrasagrada.jpg" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Main principles and goals</h2>
</header>
<div class="features">
<article>
<span class="icon fa-diamond"></span>
<div class="content">
<h3>Mission</h3>
<p>Promote science in connection with society.</p>
</div>
</article>
<article>
<span class="icon fa-paper-plane"></span>
<div class="content">
<h3>Actions</h3>
<p>Organization of forums, online meetings, happy hours...</p>
</div>
</article>
<article>
<span class="icon fa-rocket"></span>
<div class="content">
<h3>Milestones</h3>
<p>Engage researchers from different fields of knowledge.</p>
</div>
</article>
<article>
<span class="icon fa-signal"></span>
<div class="content">
<h3>Results</h3>
<p>Spread peer-reviewed studies, deep discussion and news.</p>
</div>
</article>
</div>
</section>
</div>
</div>
<div id="includedSideBar"></div>
</div>
<!-- Scripts -->
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>