-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdesign.html
More file actions
122 lines (110 loc) · 4.74 KB
/
webdesign.html
File metadata and controls
122 lines (110 loc) · 4.74 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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">
<title>L|Studios Media | Webdesign</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/buttons.css">
<link rel="stylesheet" href="css/sections.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link href="assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="assets/fontawesome/css/brands.css" rel="stylesheet" />
<link href="assets/fontawesome/css/solid.css" rel="stylesheet" />
<link href="assets/fontawesome/css/regular.css" rel="stylesheet" />
<link href="assets/fonts/fonts.css" rel="stylesheet" />
</head>
<body>
<!-- Header -->
<header class="header">
<h1 class="LS">L|Studios</h1>
<div class="bx bx-menu" id="menu-icon"><span class="animate" style="--i:2;"></span></div>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="events.html">Eventmanagement</a>
<a href="photography.html">Photography</a>
<a href="webdesign.html" class="active">Webdesign</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<!-- Main -->
<section>
<div class="webdesign-main">
<h2>Webdesign</h2>
<h3>We create your stunning Website on your favorite CMS</h3>
<div class="clients">
<div class="client-box">
<div class="img">
<img class="picture crop" src="media/logos/L-Studios_Logo_kl_White.png" alt="Client LS Visuals">
</div>
<div class="text">
<h4>L|Studios</h4>
<h5>Providing the Webservices for our own Projects</h5>
<h6>Customer since 2020</h6>
<a href="https://www.lstudios-media.de/">L|Studios</a>
</div>
</div>
<div class="client-box">
<div class="img">
<img class="picture" src="media/logos/LS Visuals LOGO.png" alt="Client LS Visuals">
</div>
<div class="text">
<h4>LS Visuals</h4>
<h5>Providing the Webservices for our own Visuals Company</h5>
<h6>Customer since 2023</h6>
<a href="https://www.visuals.lstudios-media.de/">LS-Visuals</a>
</div>
</div>
<div class="client-box">
<div class="img fhk">
<img class="picture" src="media/logos/fhk_card.jpg" alt="Client LS Visuals">
</div>
<div class="text">
<h4>Festkomitee Hagener Karneval</h4>
<h5>Providing Webdesign & Service</h5>
<h6>Customer from 2022-2024</h6>
<a href="https://www.karneval-hagen.de">Karneval Hagen</a>
</div>
</div>
<div class="client-box">
<div class="img sennaj">
<img class="picture" src="media/logos/sennaj-production_card.png" alt="Client LS Visuals">
</div>
<div class="text">
<h4>Sennaj-Produktion</h4>
<h5>Providing Webdesign & Service</h5>
<h6>Customer from 2022-2024</h6>
</div>
</div>
</div>
</div>
<div class="btn-box" id="webdesign">
<div class="btn white">
<a href="contact.html">Create Yours!</a>
</div>
</div>
<div class="placeholder" id="web"></div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-text">
<div class="recht">
<a href="datenschutz.html">Datenschutzerklärung</a>
<a> | </a>
<a href="impressum.html">Impressum</a>
<a> | </a>
<a href="status.html">Status</a>
</div>
<p>Copyright © 2025 by L|Studios Media | All Rights Reserved</p>
</div>
<div class="footer-iconTop">
<a href="#"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>