-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
312 lines (268 loc) · 7.24 KB
/
index.html
File metadata and controls
312 lines (268 loc) · 7.24 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SCode — Atubra Abraham | Developer Portfolio </title>
<meta name="description" content="SCode by Atubra Abraham — developer building AI systems, SCode OS, and education platforms like SCode COE Pasco." />
<meta name="keywords" content="Atubra Abraham, SCode, web developer , SCode OS, SCode Pasco, COE past questions , AI developer " />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://scodegit.github.io/scode.git.io/#organization",
"name": "SCode",
"url": "https://scodegit.github.io/scode.git.io/",
"logo": "https://raw.githubusercontent.com/SCodeGit/scode.git.io/main/images/scode.jpg",
"sameAs": [
"https://scodegit.github.io/SCodeOS/",
"https://scode-coepasco.online/",
"https://bowiritraditionalarea23.com/"
],
"founder": {
"@id": "https://scodegit.github.io/scode.git.io/#person"
}
},
{
"@type": "Person",
"@id": "https://scodegit.github.io/scode.git.io/#person",
"name": "Atubra Abraham",
"alternateName": "SCode",
"image": "https://raw.githubusercontent.com/SCodeGit/SCode-Foundation/a4c12e5b92c858efe2882d28a84fbecbc5b670e4/SCode.jpeg",
"jobTitle": "Web Developer, Software Engineer, System Builder",
"url": "https://scodegit.github.io/scode.git.io/",
"sameAs": [
"https://scodegit.github.io/SCodeOS/",
"https://scode-coepasco.online/",
"https://bowiritraditionalarea23.com/"
],
"worksFor": {
"@id": "https://scodegit.github.io/scode.git.io/#organization"
}
}
]
}
</script>
<meta name="author" content="Atubra Abraham - SCode" />
<meta property="og:title" content="SCode Developer Portfolio" />
<meta property="og:description" content="AI systems, OS development, and education platforms by Atubra Abraham." />
<style>
:root{
--bg:#070b14;
--panel:rgba(255,255,255,0.06);
--border:rgba(255,255,255,0.12);
--text:#eaf0ff;
--muted:rgba(234,240,255,0.65);
/* 🎨 NEW COLOR DEPTH SYSTEM */
--accent:#4da3ff;
--accent2:#a855f7;
--accent3:#22c55e;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:system-ui;
}
body{
background:
radial-gradient(circle at 15% 10%, rgba(77,163,255,0.25), transparent 40%),
radial-gradient(circle at 85% 30%, rgba(168,85,247,0.25), transparent 45%),
radial-gradient(circle at 50% 90%, rgba(34,197,94,0.15), transparent 50%),
var(--bg);
color:var(--text);
}
/* HERO */
.hero{
text-align:center;
padding:60px 20px;
}
.hero img{
width:110px;
border-radius:18px;
box-shadow:0 20px 60px rgba(0,0,0,0.4);
}
h1{
font-size:44px;
font-weight:800;
letter-spacing:-1px;
}
.tag{
color:var(--muted);
max-width:600px;
margin:auto;
font-size:14px;
}
/* BUTTON */
.btn{
display:inline-block;
margin-top:12px;
padding:11px 16px;
border-radius:12px;
color:white;
text-decoration:none;
background:linear-gradient(135deg,var(--accent),var(--accent2));
border:1px solid rgba(255,255,255,0.15);
transition:0.25s;
}
.btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(77,163,255,0.25);
}
/* LAYOUT */
.container{
width:min(1100px,92%);
margin:auto;
}
/* GRID */
.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
margin-top:25px;
}
/* CARD (IMPROVED COLOR DEPTH) */
.card{
background:linear-gradient(180deg,rgba(255,255,255,0.07),rgba(255,255,255,0.03));
border:1px solid var(--border);
border-radius:16px;
overflow:hidden;
text-decoration:none;
color:white;
transition:0.3s;
}
.card:hover{
transform:translateY(-6px);
border-color:var(--accent);
box-shadow:0 18px 40px rgba(0,0,0,0.35);
}
.card img{
width:100%;
height:165px;
object-fit:cover;
}
.card-body{
padding:13px;
}
.card-body h3{
font-size:15px;
}
.card-body p{
font-size:12.8px;
color:var(--muted);
line-height:1.4;
}
/* CONTACT */
.contact{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
margin-top:40px;
}
.box{
background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.03));
padding:16px;
border-radius:16px;
border:1px solid var(--border);
}
/* INPUTS */
input,textarea{
width:100%;
margin-top:8px;
padding:11px;
border-radius:10px;
border:1px solid var(--border);
background:rgba(0,0,0,0.2);
color:white;
}
/* FOOTER */
footer{
text-align:center;
padding:25px;
font-size:13px;
color:var(--muted);
}
footer a{
color:var(--accent);
text-decoration:none;
}
/* MOBILE */
@media(max-width:900px){
.grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:600px){
.grid{grid-template-columns:1fr;}
.contact{grid-template-columns:1fr;}
h1{font-size:34px;}
}
</style>
</head>
<body>
<!-- HERO -->
<header class="hero">
<img src="https://raw.githubusercontent.com/SCodeGit/scode.git.io/main/images/scode.jpg">
<h1>SCode</h1>
<p class="tag">
Atubra Abraham — Ghana developer building AI systems, operating systems, and education platforms like SCode OS and SCode COE Pasco.
</p>
<a class="btn" href="https://wa.me/233555578864">Hire Me</a>
</header>
<!-- PROJECTS -->
<section class="container">
<h2>Projects</h2>
<div class="grid">
<a class="card" href="https://scodegit.github.io/pacesettersfoundation.github.io/">
<img src="https://raw.githubusercontent.com/SCodeGit/scode.git.io/main/images/scode.jpg">
<div class="card-body">
<h3>Pacesetters Foundation</h3>
<p>NGO platform with donations and community tools.</p>
</div>
</a>
<a class="card" href="https://scodegit.github.io/Bowiri-Traditional-Council/">
<img src="https://raw.githubusercontent.com/SCodeGit/Bowiri-Traditional-Council/443434b9062f8562872d52377549bc43192a9c68/king%20logo.png">
<div class="card-body">
<h3>Bowiri Traditional Council</h3>
<p>Heritage and leadership digital platform.</p>
</div>
</a>
<a class="card" href="https://scode-coepasco.online/">
<img src="https://raw.githubusercontent.com/SCodeGit/trial/main/favicon%20scode.jpg">
<div class="card-body">
<h3>SCode COE Pasco</h3>
<p>Past questions platform for Colleges of Education in Ghana (PDF search + structured learning).</p>
</div>
</a>
<a class="card" href="https://scodegit.github.io/SCodeOS/">
<img src="https://scodegit.github.io/SCodeOS/images/scode-logo.png">
<div class="card-body">
<h3>SCode OS</h3>
<p>AI-first Linux system with GIS tools, secure offline computing, and developer workspace.</p>
</div>
</a>
</div>
</section>
<!-- CONTACT -->
<section class="container contact">
<div class="box">
<h3>Contact</h3>
<p>Email: atubraabraham@gmail.com</p>
<p>WhatsApp: +233 55 557 8864</p>
<p>Location: </p>
</div>
<div class="box">
<h3>Message</h3>
<form>
<input placeholder="Name">
<input placeholder="Email">
<textarea placeholder="Message"></textarea>
</form>
</div>
</section>
<!-- FOOTER -->
<footer>
© 2025 <a href="https://scodegit.github.io/">SCode</a> — Built by SCode Groups
</footer>
</body>
</html>