-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
107 lines (107 loc) · 3.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Oliver Salameh</title>
<link rel="stylesheet" href="style.css" />
<meta
name="description"
content="Oliver Salameh: A dude who codes slightly broken websites." />
<meta
name="keywords"
content="oliver,salameh,oliver salameh,oli,oliteck,sipsup,sipsup3314,oliversalameh.com" />
</head>
<body>
<!-- <header class="heady">
<a href="#">Home</a>
<a href="projects.html">Projects</a>
</header> -->
<a
href="https://github.com/SipSup3314/portfolio/"
class="fork-button-link"
target="_blank"
><img
decoding="async"
width="149"
height="149"
src="forkme.svg"
class="attachment-full size-full fork-button"
alt="Fork me on GitHub"
data-recalc-dims="1"
/></a>
<div class="bio">
<h1>Oliver Salameh</h1>
<p>
I am a rather simple man who enjoys coding websites and doing other tech
related stuff. My hobbies are playing video games, tinkering with
computers, and touching grass. Here is my <a rel="me" target="_blank" href="https://cyberplace.social/@SipSup3314">Mastodon</a> profile and my <a target="_blank" href="https://github.com/SipSup3314/">GitHub</a> account :)
</p>
</div>
<div class="projects">
<h2>Here are a few projects that I've been working on...</h2>
<div class="buttons">
<a
href="https://github.com/shadowgmes/shadowgmes.github.io"
target="_blank">
<div class="proj-button">
<h4>Shadow's Games</h4>
<p>
I made this website just so that I can play games in school. Works
pretty well and is very low maintenance.
</p>
</div>
</a>
<a href="https://github.com/SipSup3314/portfolio" target="_blank">
<div class="proj-button">
<h4>My Portfolio</h4>
<p>
This website was made to describe me, my interests, and my
projects. I plan to use it in my adult life as a resume.
</p>
</div>
</a>
<a href="https://olicode.oliversalameh.com" target="_blank">
<div class="proj-button">
<h4>OliCode</h4>
<p>
A programming language made in about an hour. It's based on
memory manipulation and is just a little thing I did
</p>
</div>
</a>
</div>
</div>
<div class="more-about-me">
<h2>A bit more about me:</h2>
<div class="buttons">
<div class="about-box">
<h4>Where I'm From</h4>
<p>
I am from the beautiful country of Lebanon. The mountains, snow, and
culture never cease to amaze people! Right now, I live in the United States of America.
</p>
</div>
<div class="about-box">
<h4>What I enjoy</h4>
<p>
I am a HUGE fan of retro gaming, computer science, IT, web development, virtual reality, and game development. In my free time, I fiddle around with computers and electronics.
</p>
</div>
<div class="about-box">
<h4>Food</h4>
<p>
As I said in before, I am from Lebanon, and with that comes Lebanese food. I enjoy moghli, zaatar sandwiches, labne, and many other dishes. I also like some American meals.
</p>
</div>
<div class="about-box">
<h4>Achievements</h4>
<p>
I have an ITS certification. Click <a href="certs/its.pdf" target="_blank">here</a> to see a copy of it. I also have a CIW certifiation <a href="certs/ciw.pdf">here</a><span onclick="alert('love you more sugarplum <3')">.</span>
</p>
</div>
</div>
</div>
</body>
</html>