File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< title > RK Fitness Dance Fusion</ title >
7
7
< link rel ="stylesheet " href ="styles.css ">
8
+ < link href ="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap " rel ="stylesheet ">
8
9
</ head >
9
10
< body >
10
11
< header >
@@ -30,16 +31,16 @@ <h2>Gallery and Events</h2>
30
31
< p > Check out some of our amazing moments and upcoming events below.</ p >
31
32
< div class ="gallery ">
32
33
<!-- Add your images here -->
33
- <!--< img src="C:\Users\Intel\Downloads\Copy of Your paragraph text (1).png " alt="Event Image 1">-- >
34
- <!--< img src="image2.jpg" alt="Event Image 2">-- >
34
+ < img src ="image1.jpg " alt ="Event Image 1 ">
35
+ < img src ="image2.jpg " alt ="Event Image 2 ">
35
36
<!-- More images can be added here -->
36
37
</ div >
37
38
< div class ="events ">
38
39
<!-- Add details of your upcoming events here -->
39
40
< h3 > Upcoming Events</ h3 >
40
41
< ul >
41
- <!--< li>Event 1: Details about event 1</li>-- >
42
- <!--< li>Event 2: Details about event 2</li>-- >
42
+ < li > Event 1: Details about event 1</ li >
43
+ < li > Event 2: Details about event 2</ li >
43
44
<!-- More events can be added here -->
44
45
</ ul >
45
46
</ div >
You can’t perform that action at this time.
0 commit comments