-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (36 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Semschem Hydrofuel</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<div class="header-text">
<p>Semschem Hydrofuel</p>
</div>
<img src="semschem.png" alt="logo" class="logo">
<a href="index.html" id="homeHyperlinkDev">
<button type="button" id="munnaOptionButton">home</button>
</a>
<a href="about.html" id="homeHyperlinkDev">
<button type="button" id="aboutButton">about</button>
</a>
<a href="products.html" id="homeHyperlinkDev">
<button type="button" id="otherButton">products</button>
</a>
<a href="contact.html" id="homeHyperlinkDev">
<button type="button" id="testButton">contact</button>
</a>
</div>
<h1 class="title">The future is aqua</h1>
<h2 class="blurb">Catalyst X paves the way for water-powered engines</h2>
<h2 class="info1"><a href="about.html" class="hrefColor">Semschem is a company dedicated to<br>reshaping our future through the<br>use of catalyzed liquid hydrogen
<br>as an adaptive fuel that works<br>with any standard combustion engine.</h2>
<h2 class="info2"><a href="about.html" class="hrefColor">Semschem also develops new vehicles<br>and products designed to use<br>Catalyst X to its full potential.<br>These engines catalyze
the<br>hydrogen reaction inside<br>themselves.</h2>
<img src="semschemEngine.png" alt="engine" class="engine">
</body>
</html>