-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (48 loc) · 2.52 KB
/
index.html
File metadata and controls
53 lines (48 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FezaiTech</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="/assets/faviconft.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<section>
<div class="custom-col">
<p class="text-xl text-blue text-bold">Fikirlerinizi<br>Gerçeğe<br>Dönüştürüyoruz</p>
<img class="logo-img" alt="FezaiTech Logo" src="assets/ft-lr-nbg.png">
</div>
<div class="custom-col">
<p class="text-end text-l">Dijital<br>Çözümlerimiz<br>İle Fikirleriniz<br>Gerçek Olsun</p>
<button class="btn btn-pri" onclick="location.href='#communication-info'">Ücretsiz Teklif Alın</button>
</div>
</section>
<section id="sub-info" class="custom-col text-s">
<p class="text-xl text-blue text-bold">Fezai Tech<br><span class="text-m text-bold">Dijital Çözümleri İle İşinize Değer Katın</span></p>
<p>Fezai Tech olarak; özel yazılım geliştirme, kurumsal web tasarım, mobil uygulama geliştirme ve arayüz tasarımı alanlarında siz değerli müşterilerimize profesyonel destek ve çözümler sunuyoruz.
<br>Büyümekte ve gelişmekte olan, genç ve dinamik ekibimiz ile sizlere yardımcı olabilmek için çalışmaktayız.
</p>
<p>Siz de yazılım çözümlerimizle ilgili bilgi almak için hemen bizimle <a href="#communication-info" class="text-blue">iletişime geçin.</a> </p>
</section>
<section id="communication-info" class="custom-col">
<p class="text-xl text-blue text-bold">İletişim</p>
<p class="text-m">Bizimle e-posta adresimiz üzerinden<br>iletişime geçebilirsiniz.</p>
<p class="text-l">fezaitech@gmail.com</p>
<div class="media-row">
<a href="mailto:fezaitech@gmail.com" target="_blank">
<img class="media-icon" src="assets/Mail.svg" alt="Mail">
</a>
<a href="https://www.linkedin.com/company/fezaitech" target="_blank">
<img class="media-icon" src="assets/Linkedin.svg" alt="Linkedin">
</a>
<a href="https://github.com/FezaiTech" target="_blank">
<img class="media-icon" src="assets/Github.svg" alt="Github">
</a>
</div>
</section>
</body>
</html>