-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (91 loc) · 3.53 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Celestial Software</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/cyborg/bulmaswatch.min.css">
<meta name="google-site-verification" content="5efyEvaMDKeU9lTxicOvgQWHKNv8HY2MRntrGsG1qWE"/>
<link rel="stylesheet" type="text/css" href="./style/celestial.css">
</head>
<section class="hero is-primary is-large header-image">
<div class="hero-head">
<header class="nav">
<div class="container">
<div class="nav-left">
<a class="nav-item" href="../index.html">
<img src="../images/bulma-white.png" alt="Celestial Software">
</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a class="nav-item is-active">
Home
</a>
<span class="nav-item">
</span>
</div>
</div>
</header>
</div>
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-2">
Celestial Software
</h1>
<h2 class="subtitle is-5">
Software that doesn't suck!
</h2>
</div>
</div>
</section>
<div class="container has-text-centered">
<p class="is-size-7">
Image Credit: NASA, ESA, the Hubble Heritage Team (STScI/AURA)-ESA/Hubble Collaboration, and W. Keel (University
of Alabama)
</p>
</div>
<div class="section main">
<div class="container">
<div class="tile is-ancestor">
<div class="tile is-12 is-parent">
<div class="tile is-child has-text-centered notification is-dark">
<p><i class="fa fa-camera-retro icon-block"></i></p>
<br>
<p>Build a website for your every need.</p>
<br>
<p><a class="button is-info is-outlined">Contact</a></p>
</div>
<div class="tile is-child has-text-centered notification is-dark">
<p class="has-text-centered"><i class="fa fa-bar-chart icon-block"></i></p>
<br>
<p>Custom administration systems for your specialized process.</p>
<br>
<p class="has-text-centered"><a class="button is-info is-outlined">Contact</a></p>
</div>
<div class="tile is-child has-text-centered notification is-dark">
<p class="has-text-centered"><i class="fa fa-cloud icon-block"></i></p>
<br>
<p>Stellar support that's out of this world.</p>
<br>
<p class="has-text-centered"><a class="button is-info is-outlined">Contact</a></p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p class="is-size-7">
© <strong>Celestial Software</strong>
</p>
</div>
</div>
</footer>
</html>