-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (63 loc) · 2 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>Home</title>
<meta name="viewport" content="width=device-widthminitial-scale=1">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;1,600;1,700&display=swap" rel="stylesheet">
<style></style>
<script src=""></script>
<body>
<header>
<div class="h_cont">
<div class="h_but">
<a class="barbut" href="index.html" title="Home">Home</a>
</div>
<div class="h_but">
<a class="barbut" href="about.html" title="About">About</a>
</div>
<div class="h_but">
<a class="barbut" href="modules.html" title="Modules">Modules</a>
</div>
<div class="h_but">
<a class="barbut" href="documentation.html" title="Documentation">Documentation</a>
</div>
<div class="h_but">
<a class="barbut" href="pricing.html" title="Pricing">Pricing</a>
</div>
<div class="h_but">
<a class="barbut" href="contact.html" title="Contact">Contact</a>
</div>
</div>
</header>
<div class="sectit">
<h2>About the AttoBit project</h2>
<p>Interesting subtitle</p>
</div>
<div id="aboutmain">
<div class="aboutelem_l">
<div class="aboutimg">
<img src="images/sleepyfox.jpg">
</div>
<div class="abouttext">
<h4>Test</h4
<p>More text Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<div class="aboutelem_r">
<div class="aboutimg">
<img src="images/sleepyfox.jpg">
</div>
<div class="abouttext">
<h4>Test</h4
<p>More text Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</body>