-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (78 loc) · 3.21 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
<!DOCTYPE HTML>
<html>
<head>
<title>Cerve</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section class="intro">
<header>
<h1>Cerve Development</h1>
<p>Helpful products. Designed for your day</p>
<ul class="actions">
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
</ul>
</header>
<div class="content">
<span class="image fill" data-position="center"><img src="images/pic01.jpg" alt="" /></span>
</div>
</section>
<!-- Section -->
<section id="first">
<header>
<h2>Simple Abv Calculator</h2>
</header>
<div class="content">
<p><strong>Simple Abv Calculator:</strong> Tired of complex brewing calculations? Introducing Simple ABV, the simple and customizable app that takes the guesswork out of estimating your beer's alcohol content. Whether you're a home brewing enthusiast or a seasoned industry professional, this app is your essential brewing companion.</p>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<ul class="feature-icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a>Google Play</li>
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>-->
<!-- <li class="icon solid fa-code">Nibh amet venenatis</li>-->
</ul>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Get in touch</h2>
</header>
<footer>
<ul class="items">
<li>
<h3>Email</h3>
<a href="#">[email protected]</a>
</li>
<li>
<h3>Elsewhere</h3>
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>-->
<!-- <li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>-->
<!-- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>-->
<!-- <li><a href="#" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>-->
<li><a href="https://github.com/cerve-development" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<!-- <li><a href="#" class="icon brands fa-codepen"><span class="label">Codepen</span></a></li>-->
</ul>
</li>
</ul>
</footer>
</section>
<!-- Copyright -->
<div class="copyright">© 2024 Cerve LLC</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>