-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (184 loc) · 10.5 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Omar Alhami (Mar) - Full-stack Developer & Security Researcher Portfolio">
<title>Mar | Pixel Portfolio</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap">
</head>
<body>
<a href="#main-content" class="skip-to-main">Skip to main content</a>
<div class="pixel-scanlines" aria-hidden="true"></div>
<header class="pixel-header" role="banner">
<nav class="pixel-nav" role="navigation" aria-label="Main navigation">
<div class="logo" data-text="MAR" role="heading" aria-level="1">MAR</div>
<ul role="menubar">
<li role="none"><a href="#about" class="pixel-link" role="menuitem">About</a></li>
<li role="none"><a href="#projects" class="pixel-link" role="menuitem">Projects</a></li>
<li role="none"><a href="#contact" class="pixel-link" role="menuitem">Contact</a></li>
</ul>
</nav>
</header>
<main id="main-content" role="main">
<section id="hero" class="pixel-section" aria-labelledby="hero-title">
<div class="hero-content">
<h1 id="hero-title" class="glitch-text" data-text="Omar Alhami">Omar Alhami</h1>
<p class="subtitle">Full-stack Developer & Security Researcher</p>
<div class="pixel-avatar" aria-hidden="true">
<div class="pixel-avatar-inner"></div>
</div>
<div class="pixel-decorations" aria-hidden="true">
<div class="pixel-star"></div>
<div class="pixel-star"></div>
<div class="pixel-star"></div>
</div>
</div>
</section>
<section id="about" class="pixel-section">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>Hey there! I'm <strong>Omar</strong>, but you can call me <strong>Mar</strong>. I'm a Full-stack Web & App Developer with a passion for security research. Currently serving as the Co-Founder and CTO of <a href="https://so-creativetech.com" target="_blank" rel="noopener noreferrer" class="pixel-link">So Creative Tech</a>.</p>
<p>With a focus on creating secure and scalable applications, I combine modern development practices with robust security principles to build reliable solutions.</p>
</div>
<div class="skills">
<h3>Core Skills</h3>
<div class="skill-list">
<div class="skill-item">
<span class="skill-name">Full-stack Development</span>
<div class="skill-level">
<div class="skill-level-fill" style="width: 95%"></div>
</div>
</div>
<div class="skill-item">
<span class="skill-name">Security Research</span>
<div class="skill-level">
<div class="skill-level-fill" style="width: 90%"></div>
</div>
</div>
<div class="skill-item">
<span class="skill-name">Technical Leadership</span>
<div class="skill-level">
<div class="skill-level-fill" style="width: 85%"></div>
</div>
</div>
<div class="skill-item">
<span class="skill-name">System Architecture</span>
<div class="skill-level">
<div class="skill-level-fill" style="width: 88%"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="pixel-section">
<h2 class="section-title">Projects</h2>
<div class="projects-container">
<div class="project-grid">
<article class="project-card">
<div class="project-image">
<svg width="100%" height="100%" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#1E293B"/>
<circle cx="200" cy="150" r="50" fill="#6366F1" opacity="0.5"/>
<rect x="150" y="120" width="100" height="60" fill="#F472B6" opacity="0.3"/>
<path d="M150,100 L250,100 L200,50 Z" fill="#6366F1" opacity="0.4"/>
</svg>
</div>
<div class="project-content">
<div class="project-header">
<h3 class="project-title">Pixel Quest RPG</h3>
<span class="project-year">2023</span>
</div>
<p class="project-description">A retro-style RPG game built with JavaScript and HTML5 Canvas. Features dynamic combat, pixel-perfect animations, and a nostalgic 16-bit art style.</p>
<div class="project-tech">
<span class="tech-tag">JavaScript</span>
<span class="tech-tag">Canvas</span>
<span class="tech-tag">WebGL</span>
</div>
<div class="project-links">
<a href="https://github.com/only-mar/" class="project-link">Demo</a>
<a href="https://github.com/only-mar/" class="project-link">GitHub</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<svg width="100%" height="100%" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#1E293B"/>
<rect x="100" y="100" width="200" height="100" fill="#6366F1" opacity="0.3"/>
<circle cx="150" cy="150" r="30" fill="#F472B6" opacity="0.4"/>
<circle cx="250" cy="150" r="30" fill="#F472B6" opacity="0.4"/>
<rect x="140" y="140" width="120" height="20" fill="#6366F1" opacity="0.5"/>
</svg>
</div>
<div class="project-content">
<div class="project-header">
<h3 class="project-title">PixelCraft Studio</h3>
<span class="project-year">2023</span>
</div>
<p class="project-description">An online pixel art creation tool with real-time collaboration features. Create, share, and animate pixel art with an intuitive interface.</p>
<div class="project-tech">
<span class="tech-tag">React</span>
<span class="tech-tag">WebSocket</span>
<span class="tech-tag">Node.js</span>
</div>
<div class="project-links">
<a href="https://github.com/only-mar/" class="project-link">Live Site</a>
<a href="https://github.com/only-mar/" class="project-link">GitHub</a>
</div>
</div>
</article>
</div>
</div>
</section>
<section id="contact" class="pixel-section">
<div class="contact-container">
<div class="contact-header">
<h2 class="section-title">Get in Touch</h2>
<p class="contact-description">Have a project in mind or want to collaborate? I'd love to hear from you.</p>
</div>
<form class="contact-form">
<div class="form-group">
<label class="form-label" for="name">Name</label>
<input type="text" id="name" class="form-input" required>
</div>
<div class="form-group">
<label class="form-label" for="email">Email</label>
<input type="email" id="email" class="form-input" required>
</div>
<div class="form-group">
<label class="form-label" for="message">Message</label>
<textarea id="message" class="form-input" required></textarea>
</div>
<button type="submit" class="contact-submit">Send Message</button>
</form>
<div class="contact-alternatives">
<h3>Or reach out via</h3>
<div class="social-links-alt">
<a href="https://github.com/only-mar" class="social-link">GitHub</a>
<a href="#" class="social-link">LinkedIn</a>
<a href="#" class="social-link">Twitter</a>
</div>
</div>
</div>
</section>
</main>
<footer class="pixel-footer" role="contentinfo">
<div class="social-links">
<a href="https://github.com/only-mar" target="_blank" rel="noopener noreferrer" class="pixel-link">
<span class="link-text">GitHub</span>
<span class="link-icon" aria-hidden="true">⌘</span>
</a>
<a href="https://so-creativetech.com" target="_blank" rel="noopener noreferrer" class="pixel-link">
<span class="link-text">So Creative Tech</span>
<span class="link-icon" aria-hidden="true">웃</span>
</a>
</div>
<p class="copyright">© 2023 Omar Alhami. All rights reserved.</p>
</footer>
<script src="scripts/main.js"></script>
</body>
</html>