-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
150 lines (118 loc) · 7.94 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="da">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Responsive scaling for mobile devices -->
<link rel="icon" type="favicon" href="img/logo.jpg">
<!-- SEO START -->
<title>Ydelser - DLB Arkitekter</title> <!-- SEO page title -->
<meta name="description" content="Her kan du læse om vores projektportefølje samt de tidligere arbejdsopgaver DLB Arkitekter stolt har været del af."> <!-- SEO description -->
<meta name="theme-color" content="#F5F5F5"> <!-- Theme color for SoMe -->
<!-- vvv Open Graph Protocol - Source: https://ogp.me/ -->
<meta property="og:image" content="https://exam.mikkl.info/img/thumbnails/SoMe/services.jpg" /> <!-- Image to feed SoMe previews -->
<meta property="og:image:width" content="750" />
<meta property="og:image:height" content="750" />
<meta property="og:locale" content="da_DK">
<meta property="og:type" content="website"> <!-- Define which type of content this website is -->
<meta property="og:title" content="Find den rette til dine boligdrømme"> <!-- Title for SoMe previews -->
<meta property="og:description" content="DLB Arkitekter tilbyder arkitektbistand i forbindelse med byggeri eller ombygning til både private og erhverv."> <!-- Description for SoMe previews -->
<meta property="og:url" content="https://DLBark.dk"> <!-- Clean up URL for SoMe previews -->
<meta property="og:site_name" content="DLB Arkitekter ApS">
<!-- ^^^ End of Open Graph Protocol -->
<!-- END OF SEO -->
<!-- LOCAL REFERENCES START -->
<link rel="stylesheet" href="style.css"> <!-- Main CSS reference -->
<script src="js/main.js"></script> <!-- Main JS reference -->
<!-- END OF LOCAL REFERENCES -->
</head>
<body>
<nav id="burger-content" class="hidden"> <!-- Mobile full-screen burger menu content - Hidden by defualt -->
<div class="container">
<a href="index.html" class="logo"> <img src="img/logo.jpg" alt="DLB Arkitekter logo"> DLB Arkitekters logo </a> <!-- DLB Logo -->
<ul>
<li> <a href="index.html"> <span class="marker"></span> Hjem</a> </li>
<li> <a href="projects.html"> <span class="marker"></span> Projekter</a> </li>
<li> <a href="services.html" class="active"> <span class="marker"></span> Tjenester</a> </li>
<li> <a href="booking.html"> <span class="marker"></span> Booking</a> </li>
<li> <a href="about.html"> <span class="marker"></span> Om os</a> </li>
<li> <a href="contact.html"> <span class="marker"></span> Kontakt</a> </li>
</ul>
</div>
</nav>
<nav id="main"> <!-- Main navigation -->
<div class="container"> <!-- This container fixes issues as the 'nav' tag has 'position: fixed' which likes to fuck with things -->
<div class="SoMe"> <!-- SoMe links and icons -->
<a href="https://www.facebook.com/DLBARKITEKTERApS" target="_blank" rel="noopener nofollow"> <img src="img/icons/facebook-icon.svg" alt="Facebook ikon"> Besøg DLB's Facebookside </a> <!-- target="_blank" = Open in a new Tab rel="nofollow" = Tell Google not to follow the link -->
<a href="https://www.instagram.com/dlbarkitekter" target="_blank" rel="noopener nofollow"> <img src="img/icons/instagram-icon.svg" alt="Instagram ikon"> Besøg DLB's Instagram </a>
<a href="https://www.linkedin.com/company/dlbetak-aps/about/" target="_blank" rel="noopener nofollow"> <img src="img/icons/linkedin-icon.svg" alt="LinkedIn ikon"> Besøg DLB's LinkedIn-side</a>
</div>
<!---SOME ICONS ARE FROM: https://www.flaticon.com/-->
<ul class="desktop"> <!-- Navigation Menu only visible on Desktop -->
<li> <a href="index.html">Hjem</a> </li>
<li> <a href="projects.html">Projekter</a> </li>
<li> <a href="services.html" class="active">Tjenester</a> </li>
<li> <a href="booking.html">Booking</a> </li>
<li> <a href="about.html">Om os</a> </li>
<li> <a href="contact.html">Kontakt</a> </li>
</ul>
<a href="index.html" class="logo"> <img src="img/logo.jpg" alt="DLB Arkitekter logo"> DLB Arkitekters logo </a> <!-- DLB Logo -->
<button class="burger-menu" onclick="toggleBurgerMenu()"> <img src="img/icons/burger-menu-icon.svg" alt="Burgermenu knap"> Menu </button>
</div>
</nav>
<main id="project-dev">
<h1>Vores tjenester</h1>
<p class="textbox">Ønsker du arkitekthjælp tidligt i dit byggeprojekt? Hos DLB Arkitekter tilbyder vi arkitektbistand i forbindelse med byggeri eller ombygning til både private og erhverv.</p>
</main>
<div id="service-list">
<section class="container">
<span class="image" id="proj-dev-service"></span>
<div class="box">
<h2>Projektudvilking</h2>
<p>Som arkitekt kan vi f.eks. tilbyde køb af et klippekort, som giver dig et fast budget til projektudvikling af din tilbygning, ombygning eller nyt hus. Vi har mere end 10 års erfaring og holder til ved Sorø, men vi har også kunder i bl.a. Køge, Roskilde, Slagelse og Ringsted samt i Nordsjælland.</p>
</div>
</section>
<section class="container">
<span class="image" id="consultation-service"></span>
<div class="box">
<h2>Arkitektkonsultation</h2>
<p>Du har måske brug for arkitekthjælp, selvom du stadig er på et tidligt stadie i dit byggeprojekt. Vi tilbyder en række forskellige arkitektydelser, og du har mulighed for at købe et klippekort til dem alle. Dermed får du et fast budget frem til den ønskede fase i byggeriet.</p>
</div>
</section>
<section class="container">
<span class="image" id="sketching-service"></span>
<div class="box">
<h2>Skitseforslag</h2>
<p>På baggrund af det indledende møde, udarbejdes forslag af hvordan dit byggeprojekt kan komme til at se ud. Alle forslag udarbejdes i 3D, hvilket gør det muligt at betragte dit byggeprojekt fra mange forskellige vinkler.</p>
</div>
</section>
</div>
<section class="cta">
<h2>Vores portefølje</h2>
<div class="container">
<a href="projects.html" class="button">Se vores projekter</a>
</div>
</section>
<footer>
<section>
<div>
<h3>Kontakt</h3>
<p>22 88 91 35</p>
</div>
<div class="SoMe">
<!---Icon source: https://www.flaticon.com/-->
<a href="https://www.facebook.com/DLBARKITEKTERApS" target="_blank" rel="noopener nofollow"> <img src="img/icons/facebook-icon.svg" alt="Facebook ikon"> Besøg DLB's Facebookside </a> <!-- target="_blank" = Open in a new Tab rel="nofollow" = Tell Google not to follow the link -->
<a href="https://www.instagram.com/dlbarkitekter" target="_blank" rel="noopener nofollow"> <img src="img/icons/instagram-icon.svg" alt="Instagram ikon"> Besøg DLB's Instagram </a>
<a href="https://www.linkedin.com/company/dlbetak-aps/about/" target="_blank" rel="noopener nofollow"> <img src="img/icons/linkedin-icon.svg" alt="LinkedIn ikon"> Besøg DLB's LinkedIn-side</a>
</div>
<div>
<h3>CVR</h3>
<p>40743464</p>
</div>
</section>
<section class="address">
<img src="img/icons/gps-icon.svg" alt="DLB Arkitekter's adresse">
<p>Ahlgade 63, 4300 Holbæk, Danmark</p>
</section>
</footer>
</body>
</html>