-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (74 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<link rel="shortcut icon" href="images/Logo.png" type="image/x-icon">
<title>Jupiter</title>
</head>
<body>
<img src="images/Logo.png" alt="" class="img1" width="124px">
<div class="glass1"></div>
<div class="glass1 glass2"></div>
<div class="glass1 glass3"></div>
<div class="glass1 glass4"></div>
<h1 class="heading1">Blazing fast cloud
developer <u>environments</u>
</h1>
<a class="bt-1" role="button" href="app.html">Get started</a>
<img src="images/main.png" alt="" class="main" width="984px">
<h2 class="heading2">
Stay in the flow with instant dev experiences. No more hours stashing/pulling/installing locally Just click,
and start Coding.
</h2>
<a class="bt-1 bt-2" role="button" href="project.html">Project planner</a>
<div class="live_ glass5 glass1">
<img src="images/illo-hello.png" alt="" class="illo" width="538px">
<h3 class="live">
Live preview
</h3>
<p class="para1">
When developing a web page. live preview is the real time view of how a web page looks. OwO provides a
live preview that allows the developer to see their project as it would appear if published, updated
live as they make changes. Preview your changes in the browser with instant reloads.
</p>
</div>
<div class="dark_ glass5 glass1 ">
<img src="images/dark theam.png" class="dark" alt="" width="538px">
<h3 class="darktheam live">
Dark theam
</h3>
<p class="para1">
A dark theme displays dark surfaces across the majority of a UI. It's designed to be a supplemental
mode. Dark themes reduce the luminance emitted by device screens, while still meeting minimum color
contrast ratios.
available in light theam also
</p>
</div>
<div class="faster_ glass5 glass1 ">
<img src="images/fast.png" alt="" class="fast">
<h3 class="faster live">
Faster than your beast
</h3>
<p class="para1">
Faster than your laptop Boot a fresh environment in milliseconds.The first dev environment faster and
more secure
than local.you won’t even remember it’s not your local machine.
</p>
</div>
<div class="planner_ glass5 glass1 ">
<img src="images/planner.jpg" alt="" class="planner">
<h3 class="faster live">
Make your own rodemap
</h3>
<p class="para1">
Built like a spreadsheet, project tables give you a live canvas to filter, sort, and group, Tailor them to your needs with custom fields and saved views.
</p>
</div>
<h1 class="boot">See for yourself.
Boot a fresh environment in milliseconds.
</h1>
<a class="bt-1 bt-4" role="button" href="app.html">Create your first project</a>
</body></html>