-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (210 loc) · 7.53 KB
/
index.html
File metadata and controls
225 lines (210 loc) · 7.53 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="it">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LF4QFMS767"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LF4QFMS767');
</script>
<meta charset="UTF-8" />
<title>Cristian - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<script src="script.js" defer></script>
</head>
<body>
<div class="app-shell">
<!-- NAV -->
<header class="nav-shell">
<nav class="nav">
<div class="nav-left">
<a href="index.html" class="logo">
<span class="logo-mark"></span>
<span class="logo-text">Cristian</span>
</a>
</div>
<button class="nav-toggle" aria-label="Toggle menu">
<span></span><span></span>
</button>
<div class="nav-links">
<a href="index.html" class="nav-link active">Home</a>
<a href="works.html" class="nav-link">Works</a>
<a href="story.html" class="nav-link">Story</a>
<a href="contact.html" class="nav-link nav-cta">Contact</a>
</div>
</nav>
</header>
<!-- MAIN -->
<main class="page">
<!-- HERO -->
<section class="section hero fade-up">
<div class="hero-inner glass">
<div class="hero-content">
<p class="eyebrow">Cristian's Portfolio</p>
<h1 class="hero-title">
Hey, I'm <span>Cristian</span><br />
dev & designer who loves sperimenting.
</h1>
<p class="hero-subtitle">
I build digital experiences which better enhances your life.
Web apps and Full-Stack apps with modern UI and secure Backend.
</p>
<div class="hero-actions">
<a href="works.html" class="btn primary-btn">Take a look at my works</a>
<a href="story.html" class="btn ghost-btn">Know my story</a>
</div>
<div class="hero-meta">
<div class="meta-chip">
<span class="meta-dot"></span> Full-stack & UI-specialist
</div>
<div class="meta-chip">
<span class="meta-dot purple"></span> Java · JavaScript · C · Python
</div>
</div>
</div>
<!-- PHOTO -->
<div class="hero-photo">
<div class="photo-frame glass-strong">
<img src="tissub.jpeg" alt="My face." />
</div>
</div>
</div>
</section>
<!-- QUICK OVERVIEW CARDS -->
<section class="section fade-up delay-1">
<div class="section-header">
<h2 class="section-title">In short</h2>
<p class="section-subtitle">
A brief overview of what I do, what I builded and who I am.
</p>
</div>
<div class="overview-grid">
<!-- Works summary -->
<article class="overview-card glass">
<div class="card-header">
<h3>Works</h3>
<span class="pill">Apps</span>
</div>
<p class="card-text">
Web app, Full-Stack systems, game plugins.
A curated collection of projects that represent me.
</p>
<ul class="mini-list">
<li>Cybersecurity and data analysis</li>
<li>Life-changing UIs</li>
<li>Focus on readability and simplicity</li>
</ul>
<a href="works.html" class="card-link">
Go to Works <span>↗</span>
</a>
</article>
<!-- Story summary -->
<article class="overview-card glass">
<div class="card-header">
<h3>Story</h3>
<span class="pill neutral">Timeline</span>
</div>
<p class="card-text">
From the first script to complete projects. An interactive timeline
that tells the story of how I grew up.
</p>
<ul class="mini-list">
<li>Tap to expand each stage</li>
<li>Perfect reading</li>
</ul>
<a href="story.html" class="card-link">
Explore my story <span>↗</span>
</a>
</article>
<!-- Contact summary -->
<article class="overview-card glass">
<div class="card-header">
<h3>Contact</h3>
<span class="pill accent">Let’s talk</span>
</div>
<p class="card-text">
Do you have an idea, a project, or just want to have a chat?
Here's the best way to contact me.
</p>
<ul class="mini-list">
<li>Fast form</li>
<li>Place for brief descriptions</li>
<li>Mobile-Friendly</li>
</ul>
<a href="contact.html" class="card-link">
Contact Me <span>↗</span>
</a>
</article>
</div>
</section>
<!-- HIGHLIGHTED WORKS PREVIEW -->
<section class="section fade-up delay-2">
<div class="section-header">
<h2 class="section-title">Brief works preview</h2>
<p class="section-subtitle">
Some highlights from <strong>Works</strong>.
</p>
</div>
<div class="works-preview-grid">
<article class="work-card glass-soft">
<div class="work-header">
<h3>Money Flow</h3>
<span class="pill tiny accent">Web App</span>
</div>
<p class="work-text">
Financial Web Application:
Full with dashboard for monthly payments, you can trace every move of your money.
</p>
<div class="tag-row">
<span class="tag">React</span>
<span class="tag">Node</span>
<span class="tag">Security</span>
</div>
</article>
<article class="work-card glass-soft">
<div class="work-header">
<h3>Ziro</h3>
<span class="pill tiny accent">Utilities</span>
</div>
<p class="work-text">
Discord Bot for multiple uses for big Discord servers
full with a lot of functions.
</p>
<div class="tag-row">
<span class="tag">DiscordJS</span>
<span class="tag">Node</span>
</div>
</article>
<article class="work-card glass-soft">
<div class="work-header">
<h3>Websites</h3>
<span class="pill tiny accent">Web App</span>
</div>
<p class="work-text">
Various portfolio designs and web development for private inquires,
public restoration clients and so on.
</p>
<div class="tag-row">
<span class="tag">HTML/CSS</span>
<span class="tag">Animations</span>
<span class="tag">Design</span>
</div>
</article>
</div>
<div class="section-footer-link">
<a href="works.html" class="btn subtle-btn">
Take a look at my works
</a>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<p>© <span id="year"></span> Cristian Ceban — Made with love.</p>
</footer>
</div>
</body>
</html>