-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (116 loc) · 4.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Amr Badawy">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://tarptaeya.github.io/repo-card/repo-card.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/repo-card.css">
<link rel="shortcut icon" href="/public/images/nyan-static.ico" type="image/x-icon">
<link rel="icon" href="/public/images/nyan-git.ico" type="image/x-icon">
<title>Amr Badawy</title>
</head>
<body>
<div class="container">
<nav>
<ul>
<li id="about">/about</li>
<li id="contact">/contact</li>
<li id="projects">/projects</li>
</ul>
</nav>
<svg id="icon-moon" onclick="document.documentElement.classList.toggle(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'light' : 'dark')" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<main>
<h1>badawy:$<span class="cursor">|</span></h1>
<h3>Find me online:</h3>
<ul>
<li>
<i class="fab fa-github"></i>
<a href="https://github.com/kashik0i">Github</a>
</li>
<li>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/channel/UCKJYG18tmKTRLoU6flxJa_Q">YouTube</a>
</li>
<li>
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/_kashik0i">Twitter</a>
</li>
<li>
<i class="fab fa-twitch"></i>
<a href="https://www.twitch.tv/amrbadawy13">Twitch</a>
</li>
<li>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/amrabdelrahmanbadawy/">LinkedIn</a>
</li>
<li>
<i class="fab fa-codepen"></i>
<a href="https://codepen.io/ABadawy">Codepen</a>
</li>
<li>
<i class="fab" id="codesandbox"></i>
<a href="https://codesandbox.io/u/kashik0i">CodeSandBox</a>
</li>
<li>
<i class="fab" id="codeforces"></i>
<a href="https://codeforces.com/profile/AAHB">CodeForces</a>
</li>
<li>
<i class="fab fa-stack-overflow"></i>
<a href="https://stackoverflow.com/users/14228036/kashik0i">StackOverflow</a>
</li>
<li>
<i class="fab" id="coursera"></i>
<a href="https://www.coursera.org/user/85b0045981d97cfb4cd241d993be5f76">Coursera</a>
</li>
</ul>
</nav>
</main>
</div>
<section class="repo-cards">
<div class="repo-card" data-repo="kashik0i/md-editor"></div>
<div class="repo-card" data-repo="kashik0i/6502emu"></div>
<div class="repo-card" data-repo="kashik0i/LookOS"></div>
<div class="repo-card" data-repo="kashik0i/code-editor"></div>
</section>
<div class="hidden">
<div id="about-content">
<h2>$ about/</h2>
<p>My name is Amr Badawy and I am full stack developer</p>
<p>
Some of the languages that I know:
assembly (x86,6502,z80,arm)
c/c++
rust
JS/TS
python
</p>
<h2>$<span class="cursor">|</span></h2>
</div>
</div>
<div class="hidden">
<div id="contact-content">
<h2>$ contact/</h2>
<p>You can contact me at the email and phone number below</p>
<ul>
<li>
<i class="fa fa-phone" aria-hidden="true"></i>+20 114 922 9922
</li>
<li>
<i class="fas fa-envelope-open-text"></i> [email protected]
</li>
</ul>
<h2>$<span class="cursor">|</span></h2>
</div>
</div>
<script src="js/winbox.bundle.js"></script>
<script src="js/main.js"></script>
<script src="js/repo-card.js"></script>
</body>
</html>