-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
65 lines (61 loc) · 2.9 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title Here</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="dune.svg" alt="Dune Logo" height="100px" />
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<a href="https://www.buymeacoffee.com/damdug">
<img src="Assets/cup-hot-fill.svg" alt="Buy Me a Coffee icon" style="height: 20px; vertical-align: middle;"/>
(Buy me a coffee!)
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://demo-bot-e5a708.zapier.app">
<img src="Assets/robot.svg" alt="Robot" style="height: 20px; vertical-align: middle;"/>
</a></li>
</ul>
</div>
</div>
</nav>
<div class="content-wrapper">
<div id="keyword-animation" class="animated-keywords">
def future_proof(<span id="dynamic-keyword"></span>)
<hr>
<ul id="keywords-list"></ul>
</div>
<p> If you're interested in any of this, Schedule a quick call with me to explore more.<a href="https://calendly.com/damdug" target="_blank" style="text-decoration: underline; color: #33ff33;">Schedule a Meeting</a>
<a href="https://calendly.com/damdug" target="_blank"><img src="Assets/calendar-fill.svg" alt="Calendar" style="vertical-align: middle;" /></a>
</p>
</div>
<footer class="container-fluid">
<p>© damdug.com 2024</p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</body>
</html>