-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (73 loc) · 3.55 KB
/
index.html
File metadata and controls
74 lines (73 loc) · 3.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Omar Ashraf, M.D.</title>
<link rel="icon" type="image/x-icon" href="./imgs/OA4Crayon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hello, I'm Omar.">
<meta charset="utf-8">
<meta property="og:title" content="Omar Ashraf, M.D." />
<meta property="og:description" content="Hello, I'm Omar" />
<meta property="og:image" content="https://captechomar.github.io/Captech-Website/imgs/MainImg.jpg" />
<meta property="og:url" content="https://captechomar.github.io/Captech-Website/" />
<meta property="og:type" content="website" />
<style></style>
<script src="https://kit.fontawesome.com/f889843e3b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<header>
<div class="header">
<div class="logo">
<img class="logoimg" src="imgs/OA4Crayon.png">
<div class="logotext">
<h2 class="englishlogotext">Captech Omar</h2>
<h2 class="arabiclogotext">عمر أشرف</h2>
</div>
</div>
<div class="links">
<a class="headerlinks" href="">Home</a>
<a class="headerlinks" href="">Services</a>
<a class="headerlinks" href="">About</a>
<a class="headerlinks" href="mailto:omar.ashraf1md@gmail.com">Contact</a>
</div>
</div>
</header>
<section>
<div class="mainsection">
<img class="mainpic" src="imgs/MainImg.jpg">
<div class="maintext">
<h2 class="hello">Hello</h2>
<p style="text-align: justify; font-family: 'Dubai';">
I'm Omar. A Medical Intern and YouTuber at <a class="link-paragraph" href="https://www.youtube.com/@CaptechOmar" target="_blank" style="color:black">Omar Ashraf [Captech] Channel,</a>
a tech and productivity focused <b>YouTube</b> channel.
</p>
</div>
</div>
</section>
<footer>
<hr>
<div class="end">
<div class="socialmedia">
<a href="https://mastodon.social/@CaptechOmar" target="_blank">
<i class="fa-brands fa-mastodon"></i>
</a>
<a href="https://bsky.app/profile/captechomar.bsky.social" target="_blank">
<i class="fa-brands fa-bluesky"></i>
</a>
<a href="https://twitter.com/CaptechOmar" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/captechomar/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div class="copyright">
© Captech Omar 2024
</div>
</div>
</footer>
</div>
</body>
</html>