Skip to content

Commit 781279c

Browse files
authored
Update index.html
1 parent 3928a49 commit 781279c

File tree

1 file changed

+24
-60
lines changed

1 file changed

+24
-60
lines changed

index.html

Lines changed: 24 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3,74 +3,19 @@
33
<head>
44
<title>Omar Ashraf, M.D.</title>
55
<link rel="icon" type="image/x-icon" href="./imgs/OA4Crayon.png">
6+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<meta name="description" content="This is description for my first page">
89
<meta charset="utf-8">
9-
<style>
10-
.logoimgdiv
11-
{
12-
display: inline-block;
13-
}
14-
.logoimg
15-
{
16-
height: 100px;
17-
width: 100px;
18-
margin-top: 30px;
19-
margin-left: 30px;
20-
}
21-
.logotext
22-
{
23-
display:inline-block;
24-
position:relative;
25-
bottom: 20px;
26-
margin-left: 10px;
27-
}
28-
.logo
29-
{
30-
display: inline-block;
31-
margin-left: 0;
32-
}
33-
.englishlogotext
34-
{
35-
margin-bottom:0px;
36-
margin-top:-20px;
37-
font-family: 'Century Gothic';
38-
color: #4f4f5b;
39-
font-size: 1.6em;
40-
}
41-
.arabiclogotext
42-
{
43-
margin-top: 0px;
44-
font-family: Dubai;
45-
color: #4f4f5b;
46-
}
47-
.links
48-
{
49-
display: inline-block;
50-
margin-top: 50px;
51-
text-align: left;
52-
margin-right: 40px;
53-
margin-left: auto;
54-
}
55-
.headerlinks
56-
{
57-
margin-left: 30px;
58-
font-family:'Bogue' ;
59-
text-decoration: none;
60-
color: #4f4f5b;
61-
font-size: 1.2em;
62-
}
63-
</style>
10+
<style></style>
6411
<script></script>
6512
<link rel="stylesheet" href="style.css">
6613
</head>
6714
<body>
6815
<header>
6916
<div class="header">
7017
<div class="logo">
71-
<div class="logoimgdiv">
72-
<img class="logoimg" src="imgs/OA4Crayon.png">
73-
</div>
18+
<img class="logoimg" src="imgs/OA4Crayon.png">
7419
<div class="logotext">
7520
<h2 class="englishlogotext">Captech Omar</h2>
7621
<h2 class="arabiclogotext">عمر أشرف</h2>
@@ -91,13 +36,32 @@ <h2 class="arabiclogotext">عمر أشرف</h2>
9136
<h2 class="hello">Hello</h2>
9237
<p style="text-align: justify; font-family: 'Dubai';">
9338
I'm Omar. A Medical Student and YouTuber at <a href="https://www.youtube.com/@CaptechOmar" target="_blank" style="color:black">Omar Ashraf [Captech] Channel,</a>
94-
a tech and productivity focused <b>YouTube</b> channel
39+
a tech and productivity focused <b>YouTube</b> channel.
9540
</p>
9641
</div>
9742
</div>
9843
</section>
9944
<footer>
100-
45+
<hr>
46+
<div class="end">
47+
<div class="socialmedia">
48+
<a href="https://mastodon.social/@CaptechOmar" target="_blank">
49+
<i class="fa-brands fa-mastodon"></i>
50+
</a>
51+
<a href="https://bsky.app/profile/captechomar.bsky.social" target="_blank">
52+
<img src="imgs/bluesky-brands-solid.svg" height="12px">
53+
</a>
54+
<a href="https://twitter.com/CaptechOmar" target="_blank">
55+
<i class="fab fa-twitter"></i>
56+
</a>
57+
<a href="https://www.instagram.com/captechomar/" target="_blank">
58+
<i class="fa-brands fa-instagram"></i>
59+
</a>
60+
</div>
61+
<div class="copyright">
62+
&copy; Captech Omar 2024
63+
</div>
64+
</div>
10165
</footer>
10266
</body>
10367
</html>

0 commit comments

Comments
 (0)