-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (102 loc) · 6.44 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Lisa Thamer - Graphic design and more" />
<meta name="description" content="Let me give your brand a face. Graphic design and frontend development just the way you imagine it should be." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://candiddeer.github.io/lisa-thamer/" />
<meta property="og:title" content="Lisa Thamer - Graphic design and more" />
<meta property="og:description" content="Let me give your brand a face. Graphic design and frontend development just the way you imagine it should be." />
<meta property="og:image" content="https://candiddeer.github.io/lisa-thamer/assets/images/preview.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://candiddeer.github.io/lisa-thamer/" />
<meta property="twitter:title" content="Lisa Thamer - Graphic design and more" />
<meta property="twitter:description" content="Let me give your brand a face. Graphic design and frontend development just the way you imagine it should be." />
<meta property="twitter:image" content="https://candiddeer.github.io/lisa-thamer/assets/images/preview.png" />
<title>Lisa Thamer - Graphic design and more</title>
<link rel="stylesheet" type="text/css" href="assets/stylesheets/styles.css" />
<link rel="icon" type="image/png" href="assets/images/LT%20logo_favicon_8e724d.png" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/96d6c66c3c.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar navbar-dark fixed-top m-3">
<div class="container-fluid">
<img src="assets/images/LT%20logo_favicon_8e724d.png" alt="Lisa Thamer logo" height="40" />
<div class="ml-auto">
<a class="navbar-brand" href="https://www.instagram.com/enelya1988/" target="_blank" title="Instagram profile"><i class="fa-brands fa-instagram"></i></a>
<a class="navbar-brand" href="https://www.facebook.com/lisa.thamer.loves/" target="_blank" title="Facebook profile"><i class="fa-brands fa-facebook-f"></i></a>
<a class="navbar-brand" href="https://twitter.com/CandidDeer" target="_blank" title="Twitter profile"><i class="fa-brands fa-twitter"></i></a>
<a class="navbar-brand" href="https://github.com/CandidDeer" target="_blank" title="Github profile"><i class="fa-brands fa-github"></i></a>
<a class="navbar-brand" href="https://codepen.io/lisa-thamer" target="_blank" title="Codepen profile"><i class="fa-brands fa-codepen"></i></a>
</div>
</div>
</nav>
<!-- Image carousel -->
<div id="introCarousel" class="carousel carousel-fade slide flex-shrink-0" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#introCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#introCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#introCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div id="slide1image">
<div class="carousel-caption">
<h1>Graphic design</h1>
<p>Let me give your brand a face.</p>
<div class="buttongroup">
<a class="btn btn-outline-light btn-lg" href="mailto:[email protected]?subject=Graphic%20design%20inquiry">Email me</a>
<a class="btn btn-outline-light btn-lg" href="https://twitter.com/messages/compose?recipient_id=1539203193753706496" target="_blank">Message me</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div id="slide2image">
<div class="carousel-caption">
<h1>Web development</h1>
<p>Exquisite front end development.</p>
<div class="buttongroup">
<a class="btn btn-outline-light btn-lg" href="mailto:[email protected]?subject=Web%20development%20inquiry">Email me</a>
<a class="btn btn-outline-light btn-lg" href="https://twitter.com/messages/compose?recipient_id=1539203193753706496" target="_blank">Message me</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div id="slide3image">
<div class="carousel-caption">
<h1>Photo model</h1>
<p>Camera and action!</p>
<div class="buttongroup">
<a class="btn btn-outline-light btn-lg" href="mailto:[email protected]?subject=Modelling%20inquiry">Email me</a>
<a class="btn btn-outline-light btn-lg" href="https://twitter.com/messages/compose?recipient_id=1539203193753706496" target="_blank">Message me</a>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#introCarousel" data-bs-slide="prev">
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#introCarousel" data-bs-slide="next">
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Footer -->
<footer class="footer p-4">
<div class="container">
<p>
© Lisa Thamer 2022 <a href="mailto:[email protected]?subject=Homepage%20inquiry" title="Contact"><i class="fa-regular fa-paper-plane"></i></a>🐇
</p>
</div>
</footer>
<!-- Bootstrap JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>