Skip to content

Commit ae3185b

Browse files
Update index.html
1 parent 4a49559 commit ae3185b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>RK Fitness Dance Fusion</title>
77
<link rel="stylesheet" href="styles.css">
8+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
89
</head>
910
<body>
1011
<header>
@@ -30,16 +31,16 @@ <h2>Gallery and Events</h2>
3031
<p>Check out some of our amazing moments and upcoming events below.</p>
3132
<div class="gallery">
3233
<!-- 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">
3536
<!-- More images can be added here -->
3637
</div>
3738
<div class="events">
3839
<!-- Add details of your upcoming events here -->
3940
<h3>Upcoming Events</h3>
4041
<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>
4344
<!-- More events can be added here -->
4445
</ul>
4546
</div>

0 commit comments

Comments
 (0)