1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+
5
+ < title > Home Page</ title >
6
+
7
+ < style >
8
+
9
+ body {
10
+ background-image : url ('nature.jpg' );
11
+ background-size : cover; / *
12
+ }
13
+
14
+ </ style >
15
+
16
+ < style >
17
+ img .circular {
18
+ border-radius : 50% ;
19
+ display : block;
20
+ box-shadow : 0 0 15px rgba (0 , 0 , 0 , 0.5 );
21
+ z-index : -1 ;
22
+ }
23
+ nav {
24
+
25
+ position : relative;
26
+ z-index : 5 ;
27
+ border-radius : 5px ;
28
+ }
29
+
30
+ nav ul {
31
+ height : 3rem ;
32
+ list-style : none;
33
+ display : flex;
34
+ gap : 40px ;
35
+ }
36
+
37
+ </ style >
38
+
39
+ </ head >
40
+
41
+ < body >
42
+
43
+ < nav > < ul >
44
+ < img src ="pngwing.png " height ="20 " width ="20 " alt ="Instagram Logo " usemap ="#instagram-map " align ="right ">
45
+
46
+ < img src ="tik.jpg " height ="20 " width ="20 " alt ="Tiktok Logo " usemap ="#tiktok-map " align ="right ">
47
+
48
+ < img src ="Youtube_logo.png " height ="20 " width ="20 " alt ="Youtube Logo " usemap ="#youtube-map " align ="right ">
49
+
50
+ < img src ="Facebook_Logo_2023.png " height ="20 " width ="20 " alt ="facebook logo " usemap ="#facebook-map " align ="right ">
51
+
52
+
53
+
54
+ < li class ="active ">
55
+ < button > < a href ="file:///C:/Users/Michaella/OneDrive/Desktop/html/ABOUT.html "> About Me</ button > </ a >
56
+ </ li >
57
+ < li >
58
+ < button > < a href ="file:///C:/Users/Michaella/OneDrive/Desktop/html/Resume24.html "> Resume</ button > </ a >
59
+ </ li >
60
+ < li >
61
+ < button > < a href ="file:///C:/Users/Michaella/OneDrive/Desktop/html/contact.html "> Contact </ button > </ a >
62
+ </ li >
63
+
64
+ </ ul > </ nav >
65
+
66
+ < h2 style ="color: white; "> Hello Everyone!< br > </ h2 >
67
+
68
+ < h1 style ="color:green; "> I'm </ h1 >
69
+
70
+ < h3 style ="color:darkblue; "> ALDRIN CUADRO</ h3 >
71
+
72
+ < p style ="color:black; "> AKO LANG TO GAR MASIMASI NA KITAB ASIAKSO KAMO ATA NA NBATA
73
+ </ p >
74
+ < center >
75
+ < img class ="circular " src ="Aldrin.jpg " height =200 width =200 alt ="circle-image ">
76
+ < br >
77
+ </ center >
78
+ < map name ="facebook-map "> < area shape ="rect " coords ="0,0,50,50 " < a href ="https://www.facebook.com/aldrin.cuadro.9 "
79
+ target ="_blank " alt ="Facebook "> </ map > </ a >
80
+
81
+ < map name ="instagram-map "> < area shape ="rect " coords ="0,0,50,50 " < a href ="https://www.instagram.com/aldrin091324 "
82
+ target ="_blank " alt ="Instagram "> </ map > </ a >
83
+
84
+ < map name ="tiktok-map "> < area shape ="rect " coords ="0,0,50,50 " < a href ="https://www.tiktok.com/@ald.rin13? "
85
+ target ="_blank " alt ="Tiktok "> </ map > </ a >
86
+
87
+ < map name ="youtube-map "> < area shape ="rect " coords ="0,0,50,50 " < a href ="https://www.youtube.com/@aldrincuadro5413 "
88
+ target ="_blank " alt ="Youtube "> </ map > </ a >
89
+ < center > < b > < p style ="color:whitesmoke; "> BSOA< br > 3rd Year Student of Tiwi Community College</ p > < b > </ center >
90
+ </ body >
91
+ </ html >
0 commit comments