-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (61 loc) · 2.92 KB
/
Copy pathindex.html
File metadata and controls
68 lines (61 loc) · 2.92 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
<!doctype html>
<html lang="ro">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lens of Alex — Fotografie pentru business și pentru momentele care contează</title>
<meta name="description" content="Alex R. Constantinescu — fotograf în București. Alege între fotografie corporate și fotografie de familie, nunți, botezuri și momente personale." />
<meta name="theme-color" content="#141414" />
<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,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/styles.css?v=30" rel="stylesheet">
</head>
<body class="landing-body">
<!-- ============================================================
LANDING — Choice between Business & Familie
============================================================= -->
<main class="landing">
<header class="landing-header">
<span class="brand-logo landing-brand" role="img" aria-label="Lens of Alex"></span>
<p class="landing-tag">Real people, real moments, real life.</p>
</header>
<section class="landing-choice" aria-label="Alege o direcție">
<a href="business/index.html" class="choice choice-business">
<div class="choice-inner">
<span class="choice-eyebrow">01 — Pentru business</span>
<h2 class="choice-title">Business <br><em>& Branding</em></h2>
<p class="choice-copy">
Portrete corporate, branding personal, evenimente corporate,
content creation pentru branduri.
</p>
<span class="choice-cta">Intră <span class="arrow">→</span></span>
</div>
</a>
<a href="familie/index.html" class="choice choice-familie">
<div class="choice-inner">
<span class="choice-eyebrow">02 — Pentru viață</span>
<h2 class="choice-title">Familie <br><em>& Momente</em></h2>
<p class="choice-copy">
Nunți, botezuri, ședințe de familie, sesiuni de Crăciun —
amintirile care rămân.
</p>
<span class="choice-cta">Intră <span class="arrow">→</span></span>
</div>
</a>
</section>
<footer class="landing-footer">
<p class="landing-meta">
Alex R. Constantinescu · București · Fotografie din 2014
</p>
<p class="landing-contact">
<a href="mailto:alex@lensofalex.ro">alex@lensofalex.ro</a>
·
<a href="tel:+40733368868">+40 733 368 868</a>
</p>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>