3
3
< head >
4
4
< title > Omar Ashraf, M.D.</ title >
5
5
< 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 ">
6
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
8
< meta name ="description " content ="This is description for my first page ">
8
9
< 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 >
64
11
< script > </ script >
65
12
< link rel ="stylesheet " href ="style.css ">
66
13
</ head >
67
14
< body >
68
15
< header >
69
16
< div class ="header ">
70
17
< 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 ">
74
19
< div class ="logotext ">
75
20
< h2 class ="englishlogotext "> Captech Omar</ h2 >
76
21
< h2 class ="arabiclogotext "> عمر أشرف</ h2 >
@@ -91,13 +36,32 @@ <h2 class="arabiclogotext">عمر أشرف</h2>
91
36
< h2 class ="hello "> Hello</ h2 >
92
37
< p style ="text-align: justify; font-family: 'Dubai'; ">
93
38
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.
95
40
</ p >
96
41
</ div >
97
42
</ div >
98
43
</ section >
99
44
< 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
+ © Captech Omar 2024
63
+ </ div >
64
+ </ div >
101
65
</ footer >
102
66
</ body >
103
67
</ html >
0 commit comments