-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (236 loc) · 10.8 KB
/
index.html
File metadata and controls
250 lines (236 loc) · 10.8 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atef - Developer & Creator</title>
<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=Inter:wght@300;400;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="public/style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-content">
<a href="https://github.com/atef1995" class="logo">atef.dev</a>
<div class="nav-links">
<a href="#work">work</a>
<a href="#github">github</a>
<a href="#about">about</a>
<a href="#contact">contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-tag">developer / builder / problem solver</div>
<h1 class="hero-title">
turning ideas into
<span class="gradient-text">real things</span>
</h1>
<p class="hero-description">
i write code that works, design interfaces people actually use,
and build projects that solve problems. mostly focused on web stuff,
but i like exploring new tech when something catches my attention.
</p>
<div class="hero-cta">
<a href="#work" class="btn-primary">see my work</a>
<a href="#contact" class="btn-secondary">get in touch</a>
</div>
</div>
<div class="hero-visual">
<div class="code-block">
<div class="code-header">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
<div class="code-content">
<code>
<span class="keyword">const</span> <span class="variable">developer</span> = {<br>
name: <span class="string">"Atef"</span>,<br>
focus: <span class="string">"web development"</span>,<br>
passion: <span class="string">"building useful stuff"</span>,<br>
currentStatus: <span class="string">"learning & creating"</span><br>
};
</code>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="work" class="projects">
<div class="section-header">
<h2>stuff i've built</h2>
<p>projects i've worked on – each one taught me something new</p>
</div>
<div class="projects-grid">
<!-- Project cards will be added here - customize these with your actual projects -->
<div class="project-card" data-tech="react,node">
<div class="project-image">
<div class="project-placeholder">
<span>01</span>
<img src="public/vibed-to-cracked.png">
</div>
</div>
<div class="project-info">
<h3>web development teaching platform</h3>
<p>a web development teaching platform that teaches wannabe full-stack software devs, i implemented interactive elements
like algorithm visualizer, code editor, challenges and exercises to teach students interactively</p>
<div class="project-tags">
<span class="tag">Next.js</span>
<span class="tag">Prisma postgresql</span>
<span class="tag">railway</span>
<span class="tag">Vercel</span>
</div>
<div class="project-links">
<a href="https://vibed-to-cracked.com" class="project-link">view live →</a>
<a href="#" class="project-link">source code →</a>
</div>
</div>
</div>
<div class="project-card" data-tech="javascript,api">
<div class="project-image">
<div class="project-placeholder">
<span>02</span>
<img src="public/aivideditor.png">
</div>
</div>
<div class="project-info">
<h3>ai video editor</h3>
<p>i had a difficult time cutting videos so i built a desktop app using <strong><a href="https://www.electronjs.org/">Electorn</a></strong> i wired a python script i found on github called <a href="https://github.com/carykh/jumpcutter">jumpcutter</a> that cuts the quiet parts in the video you upload, and i added a transcript option that transcribes the video and adds subtitles using whisper plus generate short clips from the video using openai api</p>
<div class="project-tags">
<span class="tag">Electron</span>
<span class="tag">Node.js</span>
<span class="tag">Python</span>
<span class="tag">React</span>
</div>
<div class="project-links">
<a href="https://github.com/atef1995/ai-video-editor/releases" class="project-link">download →</a>
<a href="https://github.com/atef1995/ai-video-editor" class="project-link">source code →</a>
</div>
</div>
</div>
<div class="project-card" data-tech="python,automation">
<div class="project-image">
<div class="project-placeholder">
<span>03</span>
</div>
</div>
<div class="project-info">
<h3>ai helper</h3>
<p>it is basically an ai interview helper, i built this so people can have a free option rather than paying for those overpriced ai interview apps :)</p>
<div class="project-tags">
<span class="tag">Electron</span>
<span class="tag">Vite</span>
</div>
<div class="project-links">
<a href="https://github.com/atef1995/Aihelper/releases" class="project-link">Download the app</a>
<a href="https://github.com/atef1995/Aihelper" class="project-link">source code →</a>
</div>
</div>
</div>
</div>
</section>
<!-- GitHub Projects Section -->
<section id="github" class="github-section">
<div class="section-header">
<h2>from my github</h2>
<p>recent stuff from my repositories – these update automatically</p>
</div>
<div id="github-repos" class="github-grid">
<!-- GitHub repos will be loaded here dynamically -->
<div class="loading">loading repos...</div>
</div>
<a href="https://github.com/atef1995" target="_blank" class="github-link">
view all on github →
</a>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="about-content">
<div class="about-text">
<h2>a bit about me</h2>
<p>
i'm a developer who likes building things that work. started coding because
i wanted to make stuff, and that's still what drives me.
</p>
<p>
most of my time goes into web development, but i'm always learning something new.
whether it's a new framework, a different language, or just a better way to solve
a problem – i'm into it.
</p>
<p>
when i'm not coding, i'm probably thinking about coding. or trying not to think
about coding. it's a process.
</p>
</div>
<div class="skills-grid">
<div class="skill-category">
<h3>frontend</h3>
<ul>
<li>JavaScript / TypeScript</li>
<li>React / Next.js</li>
<li>HTML / CSS / SASS</li>
<li>Tailwind CSS</li>
</ul>
</div>
<div class="skill-category">
<h3>backend</h3>
<ul>
<li>Node.js / Express</li>
<li>Python / Django</li>
<li>REST APIs</li>
<li>Databases (SQL/NoSQL)</li>
</ul>
</div>
<div class="skill-category">
<h3>tools & more</h3>
<ul>
<li>Git / GitHub</li>
<li>Docker</li>
<li>VS Code</li>
<li>Linux / Terminal</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="contact-content">
<h2>let's talk</h2>
<p>
got a project idea? want to collaborate? just want to chat about tech?
<br>reach out – i usually respond pretty quickly.
</p>
<div class="contact-links">
<a href="https://github.com/atef1995" target="_blank" class="contact-item">
<span class="contact-icon">→</span>
<span>github.com/atef1995</span>
</a>
<a href="mailto:your.email@example.com" class="contact-item">
<span class="contact-icon">→</span>
<span>atefmoazzen@gmail.com</span>
</a>
<a href="https://linkedin.com/in/atef-moazzen" target="_blank" class="contact-item">
<span class="contact-icon">→</span>
<span>linkedin.com/in/atef-moazzen</span>
</a>
<a href="https://twitter.com/yourhandle" target="_blank" class="contact-item">
<span class="contact-icon">→</span>
<span>@atefcodes</span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<p>built with curiosity & too much coffee</p>
<p class="footer-year">© 2025 atef</p>
</footer>
<script src="public/script.js"></script>
</body>
</html>