-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
103 lines (90 loc) · 5.21 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<title>CLOUD360º</title>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet" >
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" id="logo-container" class="brand-logo">CLOUD 360°</a>
<ul class="right hide-on-med-and-down">
<li><a href="#intro">Manifest</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="tech.html">Technologies</a></li>
<li><a target="_blank" href="https://github.com/cloud-360/cloud-360.github.io"><i class="fa fa-github"></i></a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#intro">Manifest</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="tech.html">Technologies</a></li>
<li><a target="_blank" href="https://github.com/cloud-360/cloud-360.github.io"><i class="fa fa-github"></i></a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--Hero-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="text_h center header cd-headline letters type">
<span class="cd-words-wrapper waiting">
<b class="is-visible">I code in the </b>
<b>I commit in the </b>
<b>My DB is in the </b>
<b>My IDE is in the </b>
<b>Why not just use the </b>
</span>
<span>Cloud!</span>
</h1>
</div>
</div>
<!--Intro and service-->
<div id="intro" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h2 class=" header text_h2"> The Ten Commandments of <span class="span_h2"> CLOUD 360º </span></h2>
<br/>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="0.0s"> <span class="span_h2"> commandment [0] </span> - Everything starts in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="0.2s"> <span class="span_h2"> commandment [1] </span> - I have my IDE in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="0.4s"> <span class="span_h2"> commandment [2] </span> - I commit in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="0.6s"> <span class="span_h2"> commandment [3] </span> - I deploy in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="0.8s"> <span class="span_h2"> commandment [4] </span> - I Test in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="1s"> <span class="span_h2"> commandment [5] </span> - My DB is in the cloud. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="1.2s"> <span class="span_h2"> commandment [6] </span> - I help the community to improve the cloud technologies. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="1.4s"> <span class="span_h2"> commandment [7] </span> - Always teaching about cloud computing. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="1.6s"> <span class="span_h2"> commandment [8] </span> - Always learning about cloud computing. </h4>
<h4 class="wow fadeInRightBig header text_h2" data-wow-duration="2s" data-wow-delay="1.8s"> <span class="span_h2"> commandment [9] </span> - I just need one Browser and connection with the cloud. </h4>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer id="contact" class="page-footer default_color scrollspy">
<div class="footer-copyright default_color">
<div class="container">
Made by <a class="white-text" href="http://jonatasemidio.github.io">Jonatas Emidio</a>. Thanks to <a class="white-text" href="http://joashpereira.com"> Joash Pereira (Template owner!)</a> and <a class="white-text" href="http://materializecss.com/">materializecss</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
</body>
</html>