Skip to content

Commit 896f30a

Browse files
Moibrahi7Mohamed
andauthored
feat: adds Mohamed's localhost for readme (#345)
Co-authored-by: Mohamed <“[email protected]”>
1 parent fd2088b commit 896f30a

File tree

6 files changed

+1625
-0
lines changed

6 files changed

+1625
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel = "Stylesheet" href="stylesheet.css">
7+
<title>Mohamed Ibrahim Read Me</title>
8+
</head>
9+
<body>
10+
<div class = "intro">
11+
<h>👋Hi, I'm Mohamed Ibrahim</h>
12+
<div class = "line"></div>
13+
<p><li>Who is Mohamed you might ask, well im a guy who likes to work with computers and have worked with computers for a long time. I have other interests of course but for those you will have to look slightly lower than this initial post. If you have any questions conserning my self you can reach me via email or text. Anyway its time to get into it.</li></p>
14+
</div>
15+
<div class = "work">
16+
<h>What times are good for working with Me?</h>
17+
<div class = "line"></div>
18+
<p><li>I mostly work 9am – 5pm, the best times to contact me is after 1pm. At the start of the day I like to organize my day into a schedule and check any emails or text related to work as well. As said above the best method to contact me is through email or text message. If needed, you can use my cell to contact me outside of work hours.</li>
19+
<li>In the case that it’s a quick message or question private message me or find me in person. I would prefer any important information given to me to be given to me in-person, or via email.</li><li>As said earlier I’m more of an afternoon person, any meeting you would like to have please schedule them after 2pm.</li></p>
20+
<h>How would I like feedback?</h>
21+
<p><li>I would like feedback to be discussed in-person if possible and if anyone has feedback just let me know I will not be offended if you tell me I’m doing something wrong or have any tips for me.</li></p>
22+
</div>
23+
<div class = "interests">
24+
<h>Interests</h>
25+
<div class = "line"></div>
26+
<p><li>I’m a guy who really likes computers. I also like to game, what games specifically? Well that is a tough one I really like to play a variety of games. The games I'm currently interested in are:</li>
27+
<li> Destiny 2</li>
28+
<div class = "image">
29+
<a href="https://en.wikipedia.org/wiki/Destiny_2"><img src="https://aboutmoib.netlify.app/Pictures/Destiny_2_(artwork).jpg" alt="Destiny 2 cover art" width="200" hight="300"/></a><br>
30+
</div>
31+
<li>Warframe</li>
32+
<div class = "image">
33+
<a href="https://en.wikipedia.org/wiki/Warframe"><img src="https://upload.wikimedia.org/wikipedia/en/b/bd/Warframe_Cover_Art.png" alt="Warframe Cover Art" width="200" hight="300"/></a>
34+
</div>
35+
<li> Honaki Star Rail</li>
36+
<div class = "image">
37+
<a href="https://en.wikipedia.org/wiki/Honkai:_Star_Rail"><img src="https://aboutmoib.netlify.app/Pictures/HonkaiStarrail.png" alt="Honkai Starrail Cover Art" width="200" hight="300"/></a>
38+
</div>
39+
<li>and all the Soulsborne games(my favorite of them all is Bloodborne).</li>
40+
<div class = "image">
41+
<a href="https://en.wikipedia.org/wiki/Bloodborne"><img src="https://aboutmoib.netlify.app/Pictures/NVmnBXze9ElHzU6SmykrJLIV.jpeg" alt="Bloodborne Cover Art" width="200" hight="300"/></a>
42+
</div>
43+
<li>Some of the other things that I like is voice acting (I am just starting out). Another thing that I really like are cats(if you couldn't already tell)</li>
44+
<div class = "image">
45+
<img src= "https://aboutmoib.netlify.app/Pictures/happy-cat-happy-happy-cat.gif" alt="Happy Cat Picture" width="200" hight="300"/> <img src= "https://aboutmoib.netlify.app/Pictures/happy-cat-happy-happy-cat.gif" alt="Happy Cat Picture" width="200" hight="300"/> <img src= "https://aboutmoib.netlify.app/Pictures/cat-cat-meme.gif" alt="sus Cat Picture" width="200" hight="300"/><img src= "https://aboutmoib.netlify.app/Pictures/happy-cat-happy-happy-cat.gif" alt="Happy Cat Picture" width="200" hight="300"/><img src= "https://aboutmoib.netlify.app/Pictures/happy-cat-happy-happy-cat.gif" alt="Happy Cat Picture" width="200" hight="300"/>
46+
</div>
47+
</p>
48+
</div>
49+
<div class = "extra">
50+
<h>Extra Facts</h>
51+
<div class = "line"></div>
52+
<p><li> I’m currently learning on how to become a Software Engineer.</li>
53+
<li> My pronouns are He/Him. </li>
54+
<li> A little fun fact about myself is that I lived In Saudi Arabia for 5 years.</li>
55+
</p>
56+
</div>
57+
58+
</body>
59+
</html>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
body {
2+
background-color: rgb(14, 17, 22);
3+
font-family: sans-serif;
4+
align-self: center;
5+
color: rgb(231, 237, 242);
6+
padding-left: 10%;
7+
padding-right: 10%;
8+
}
9+
li{
10+
text-indent: -23px;
11+
padding-left: 23px;
12+
margin-left: 10px;
13+
padding-top: 5px;
14+
line-height: 25px;
15+
16+
}
17+
.image{
18+
border-left: 4px solid rgb(49, 54, 60);
19+
padding-left: 20px;
20+
align-items: left;
21+
}
22+
p{
23+
font-size: 20px;
24+
}
25+
h{
26+
font-size: 30px;
27+
font-weight: bold;
28+
border-left: 10;
29+
30+
}
31+
.line{
32+
padding-top: 10px;
33+
border-bottom: 2px solid rgb(24, 28, 33);
34+
}

0 commit comments

Comments
 (0)