-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (103 loc) · 3.87 KB
/
Copy pathindex.html
File metadata and controls
111 lines (103 loc) · 3.87 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
<!doctype html>
<html lang="tr">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GNR Orman</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<main class="container">
<section class="hero-section">
<h1 class="giant-text">GNR<br />Orman</h1>
<p class="sub-text">Modern endüstriyel Palet.</p>
</section>
<section class="bento-grid">
<div class="bento-item item-large">
<div class="content">
<span>01</span>
<h3>EURO PALET</h3>
<p>Global standartlarda dayanıklılık.</p>
</div>
</div>
<div class="bento-item item-small">
<div class="content">
<span>02</span>
<h3>ÖZEL TASARIM</h3>
</div>
</div>
<div class="bento-item item-small">
<div class="content">
<span>03</span>
<h3>HIZLI SEVK</h3>
</div>
</div>
<div class="bento-item item-medium">
<div class="content">
<span>04</span>
<h3>GERİ DÖNÜŞÜM</h3>
<p>Sürdürülebilir ahşap yönetimi.</p>
</div>
</div>
</section>
</main>
</body>
<section class="contact-section">
<div class="contact-info">
<h2 class="reveal-text">Bize Ulaşın</h2>
<p class="sub-text">GNR Palet & Orman Ürünleri</p>
<div class="social-wrapper">
<a
href="https://x.com/so123ry"
class="social-icon"
target="_blank"
><i class="fab fa-twitter"></i
></a>
<a
href="https://facebook.com"
class="social-icon"
target="_blank"
><i class="fab fa-facebook"></i
></a>
<a
href="https://github.com/DbErtyup"
class="social-icon"
target="_blank"
><i class="fab fa-github"></i
></a>
</div>
<div class="call-card">
<a href="tel:+90 (533) 595 57 26" class="call-btn">
<span class="btn-title">📞 Hemen Ara</span>
<span class="btn-subtext"></span>
</a>
</div>
</div>
</div>
<div class="map-fixed-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3010.6575923467844!2d35.811284799999996!3d41.0108671!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4087b1d6dc06d3a7%3A0x55f3055bcf4e57c8!2zR05SIE9ybWFuIMOccsO8bmxlcmk!5e0!3m2!1sen!2str!4v1770839716248!5m2!1sen!2str&iwloc=near"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
width="100%"
height="100%"
style="border: 0"
allowfullscreen=""
loading="lazy"
>
</iframe>
</div>
</section>
</html>