This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·52 lines (52 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<title>Cloud V</title>
<link rel="stylesheet" type="text/css" href="Styles/style.css"></link>
<link rel="stylesheet" type="text/css" href="Styles/home.css"></link>
<link rel="stylesheet" type="text/css" href="Styles/light.css"></link>
</head>
<body>
<header>
<a href='index.html'><img src='Images/xxxs.png' class='logo' /></a>
<div class='headRight'>
<div class='search'>
<div class='back'></div>
<input placeholder='Search' />
</div><a href='login.html' class='avatar'>
<div class='back'></div>
<div class='avatarImg' style='background-image: url(Images/login.png);'></div>
</a>
</div>
</header>
<main>
<section class='heroImage'>
<div>
<div class='showcaseMain'>
<img src='Images/ide.png' />
</div><div class='showcaseSide'>
<div>
<img src='Images/xxxsWhite.png' />
<p>Cloud V is an online IDE for Verilog systems. It includes a waveform viewer, FSM editor, project control, and much more!</P>
<button>Log in to Cloud V</button>
<!--<button class='comingSoon'>Download</button>
Also available for <a href=''>Mac</a>, and <a href=''>Linux</a>.-->
</div>
</div>
</div>
</section><section class='featuresBar'>
<div>
<h2>Powerful IDE</h2>
<p>Complete IDE with all the tools you need to build and manage your projects</p>
</div><div>
<h2>Circuit Simulator</h2>
<p>Verilog circuit simulator with an interactive waveform viewer</p>
</div><div>
<h2>Verilog Synthesizer</h2>
<p>Synthesize your circuit and generate a complete netlist</p>
</div>
</section>
</main>
<script type="text/javascript" src="Scripts/index.js"></script>
</body>
</html>