Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 55 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ex09 Event Registration Web Application
# Date:
# Date:12-05-2025
# AIM:
To design, develop and deploy a web application for event registration.

Expand Down Expand Up @@ -29,6 +29,60 @@ Publish the website in the given URL.
Figma

# CODE:
# page1:
```
<div style="width: 360px; height: 640px; position: relative; background: white">
<img style="width: 960px; height: 640px; left: -50px; top: 0px; position: absolute" src="https://via.placeholder.com/960x640" />
<img style="width: 357px; height: 52px; left: 0px; top: 10px; position: absolute" src="https://via.placeholder.com/357x52" />
<div style="width: 306px; height: 92px; left: 51px; top: 105px; position: absolute; color: #07163D; font-size: 40px; font-family: Inter; font-weight: 800; word-wrap: break-word">HOSTEL FEST</div>
<div style="width: 193px; height: 42px; left: 77px; top: 462px; position: absolute; background: #D9D9D9"></div>
<div style="width: 238px; height: 42px; left: 56px; top: 532px; position: absolute; background: #D9D9D9"></div>
<div style="width: 189px; height: 55px; left: 120px; top: 462px; position: absolute; color: black; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word">LOGIN</div>
<div style="width: 245px; height: 53px; left: 92px; top: 532px; position: absolute; color: black; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word">REGISTER</div>
</div>
```
# page2:
```
<div style="width: 360px; height: 640px; position: relative; background: white">
<img style="width: 1137.78px; height: 640px; left: -179px; top: 0px; position: absolute" src="https://via.placeholder.com/1138x640" />
<div style="width: 300px; height: 50px; left: 47px; top: 121px; position: absolute; color: #07163D; font-size: 40px; font-family: Inter; font-weight: 800; word-wrap: break-word">HOSTEL FEST</div>
<div style="width: 329px; height: 367px; left: 32px; top: 211px; position: absolute"><span style="color: #91D8EE; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word">. DANCE<br/><br/>. SOLO SINGING<br/><br/>.MUSICAL CHAIR<br/><br/>.BADMINTON<br/><br/>.CLASSICAL DANCE<br/></span><span style="color: white; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word"> <br/><br/></span></div>
</div>
```
# page3:
```
<div style="width: 360px; height: 640px; position: relative; background: white">
<img style="width: 1024px; height: 640px; left: -9px; top: 0px; position: absolute" src="https://via.placeholder.com/1024x640" />
<img style="width: 360px; height: 51px; left: 0px; top: 10px; position: absolute" src="https://via.placeholder.com/360x51" />
<img style="width: 224px; height: 267px; left: 13px; top: 74px; position: absolute" src="https://via.placeholder.com/224x267" />
<img style="width: 286px; height: 204px; left: 57px; top: 394px; position: absolute" src="https://via.placeholder.com/286x204" />
</div>
```
# page4:
```
<div style="width: 360px; height: 640px; position: relative; background: white">
<img style="width: 360px; height: 640px; left: 0px; top: 0px; position: absolute" src="https://via.placeholder.com/360x640" />
<img style="width: 347px; height: 52px; left: 6px; top: 11px; position: absolute" src="https://via.placeholder.com/347x52" />
<div style="left: 68px; top: 171px; position: absolute; color: #07163D; font-size: 40px; font-family: Inter; font-weight: 800; word-wrap: break-word">THANK YOU</div>
<div style="left: 6px; top: 336px; position: absolute; color: black; font-size: 40px; font-family: Inter; font-weight: 800; word-wrap: break-word">-------------------</div>
<div style="width: 329px; height: 31px; left: 89px; top: 384px; position: absolute; color: #91D8EE; font-size: 15px; font-family: Inter; font-weight: 800; word-wrap: break-word">WWW.SAVEETHA.AC.IN<br/></div>
<div style="left: 50px; top: 415px; position: absolute; color: white; font-size: 15px; font-family: Inter; font-weight: 800; word-wrap: break-word">NO.8,SAVEETHA NAGAR,THADALAM,<br/>CHENNAI-600127</div>
</div>
```
# OUTPUT:
# page1
![image](https://github.com/user-attachments/assets/1a1c5efe-a134-4347-9c40-08dfe9f2cbad)

# page2
![image](https://github.com/user-attachments/assets/5e26b44a-971e-4ff1-94d5-8ee1c4048ae8)

# page3
![image](https://github.com/user-attachments/assets/cbff7134-fb4a-4ac5-8fcb-362811f9c93a)

# page4
![image](https://github.com/user-attachments/assets/f7674ce1-8def-4e73-a813-40f95f83b44c)



# RESULT:
The program to design, develop and deploy a web application for event registration is completed successfully.