Skip to content

JessicaEffrosini/Figma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ex09 Event Registration Web Application

Date:

AIM:

To design, develop and deploy a web application for event registration.

DESIGN STEPS:

Step 1:

Create a new frame.

Step 2:

Select any one preset size of your choice.

Step 3:

Select the shapes you need.

Step 4:

Import images as needed.

Step 5:

Create pages based on your need and link them.

Step 6:

Validate the HTML and CSS code.

Step 6:

Publish the website in the given URL.

DESIGN TOOL:

Figma

CODE:

page 1

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="utf-8" />
    <link rel="stylesheet" href="globals.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="android-medium">
      <div class="div">
        <img class="logo" src="img/logo-1.png" />
        <div class="text-wrapper">CULTURAL EVENTS</div>
      </div>
    </div>
  </body>
</html>

page 2

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="utf-8" />
    <link rel="stylesheet" href="globals.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="iphone-SE">
      <div class="div">
        <img class="logo" src="img/logo-2.png" />
        <div class="text-wrapper">cultural events</div>
        <div class="dancing-singing">dancing<br />singing<br />photography<br />cooking without fire<br />rangoli</div>
      </div>
    </div>
  </body>
</html>

page 3

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="utf-8" />
    <link rel="stylesheet" href="globals.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="iphone-SE">
      <div class="div">
        <div class="text-wrapper">Event Registration Form</div>
        <div class="overlap-group">
          <p class="NAME-REG-NO-DEPT">
            <span class="span">&nbsp;</span>
            <span class="text-wrapper-2"
              >NAME:<br /><br />REG NO:<br /><br />DEPT:<br /><br />MAIL ID:<br /><br />PHN NO:<br /><br />EVENTS TO
              REGISTER:</span
            >
          </p>
          <div class="rectangle"></div>
          <div class="rectangle-2"></div>
          <div class="rectangle-3"></div>
          <div class="rectangle-4"></div>
          <img class="img" src="img/rectangle-7.svg" />
          <div class="rectangle-5"></div>
          <div class="rectangle-6"></div>
        </div>
      </div>
    </div>
  </body>
</html>

page 4

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta charset="utf-8" />
    <link rel="stylesheet" href="globals.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div class="iphone-SE">
      <div class="div">
        <img class="logo" src="img/logo-3.png" />
        <div class="overlap-group">
          <div class="text-wrapper">THANK YOU</div>
          <div class="contact-us-team-head">Contact us<br />Team Head:Beryl<br />Mobile No:9597215048</div>
        </div>
      </div>
    </div>
  </body>
</html>

OUTPUT:

alt text

RESULT:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors