forked from cloud-360/cloud-360.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech.html
119 lines (105 loc) · 5.69 KB
/
tech.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
<!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">
<link href="css/animate.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="index.html#intro">Manifest</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="#">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="index.html#intro">Manifest</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="#">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>
<!--Work-->
<div class="section scrollspy" id="work">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<div class="container">
<h2 class=" header text_h2"><span class="span_h2"> CLOUD </span> Technologies</h2>
<h4 class=" header text_h2"> It helps you stay <span class="span_h2"> in the cloud ... </span> <a href="https://github.com/cloud-360/cloud-360.github.io/blob/master/TECH.md" target="_blank">Add your tech too!</a></h4>
<div class="row">
<div class="col s12 m4 l4 wow fadeInUp">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://avatars0.githubusercontent.com/u/1226004?v=3&s=400">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Cloud 9 <i class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://c9.io/">Cloud IDE</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Cloud 9 <i class="mdi-navigation-close right"></i></span>
<p>Workspaces are powered by Docker Ubuntu containers that give you full freedom over your environment, including sudo rights. Do a git push, compile SASS, see server output, and Run apps easily with the built-in Terminal and Runners.</p>
</div>
</div>
</div>
<div class="col s12 m4 l4 wow fadeInUp">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://avatars3.githubusercontent.com/u/9919?v=3&s=400">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">GitHub <i class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://github.com">Your code in the cloud</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Cloud 9 <i class="mdi-navigation-close right"></i></span>
<p>Powerful collaboration, code review, and code management for open source and private projects. Public projects are always free.</p>
</div>
</div>
</div>
<div class="col s12 m4 l4 wow fadeInUp">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://avatars2.githubusercontent.com/u/639823?v=3&s=400">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Travis CI <i class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://travis-ci.org/">Test and Deploy with Confidence</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Travis CI <i class="mdi-navigation-close right"></i></span>
<p>Easily sync your GitHub projects with Travis CI and you’ll be testing your code in minutes!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
</body>
</html>