Code Monkey home page Code Monkey logo

figma's Introduction

Event Registration Web Application

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 7:

Publish the website in the given URL.

DESIGN TOOL:

Figma

CODE:

/* Home Page */

position: relative;
width: 370px;
height: 691px;
background: #7C0C8F;

/* Rectangle 1 */

position: absolute;
width: 301px;
height: 42px;
left: 26px;
top: 36px;
background: #D9D9D9;

/* A.ARUVI */

position: absolute;
width: 167px;
height: 35px;
left: calc(50% - 167px/2 + 13.5px);
top: 43px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
color: #000000;

/* MEMBERSHIP REGISTRATION FORM */

position: absolute;
width: 330px;
height: 35px;
left: 40px;
top: 121px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;

/* HAND 1 */

position: absolute;
width: 316px;
height: 306px;
left: 29px;
top: 209px;
background: url(HAND.png);

/* Rectangle 2 */

position: absolute;
width: 190px;
height: 64px;
left: 92px;
top: 540px;
background: #FFD027;

/* LOGIN */

position: absolute;
width: 98px;
height: 39px;
left: 136px;
top: 555px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
/* identical to box height */
color: #000000;

/* Personal info */

position: relative;
width: 371px;
height: 691px;
background: #7C0C8F;

/* Rectangle 18 */

position: absolute;
width: 311px;
height: 44px;
left: 30px;
top: 38px;
background: #D9D9D9;

/* A.ARUVI */

position: absolute;
width: 182px;
height: 39px;
left: 95px;
top: 43px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
/* identical to box height */
color: #000000;

/* HAND 4 */

position: absolute;
width: 130px;
height: 122px;
left: 234px;
top: 100px;
background: url(HAND.png);

/* NAME: */

position: absolute;
width: 77px;
height: 29px;
left: 18px;
top: 112px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */
color: #17FFFF;

/* Rectangle 19 */

position: absolute;
width: 200px;
height: 48px;
left: 20px;
top: 157px;
background: #D9D9D9;

/* REGISTER NO: */

position: absolute;
width: 164px;
height: 29px;
left: 18px;
top: 222px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */
color: #11F9B3;

/* Rectangle 20 */

position: absolute;
width: 214px;
height: 43px;
left: 20px;
top: 267px;
background: #D9D9D9;

/* COLLEGE NAME: */

position: absolute;
width: 193px;
height: 29px;
left: 20px;
top: 326px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */
color: #17FFFF;

/* Rectangle 21 */

position: absolute;
width: 335px;
height: 43px;
left: 18px;
top: 371px;
background: #D9D9D9;

/* PHONE NO: */

position: absolute;
width: 134px;
height: 58px;
left: 18px;
top: 430px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
color: #11F9B3;

/* Rectangle 22 */

position: absolute;
width: 298px;
height: 46px;
left: 18px;
top: 464px;
background: #D9D9D9;

/* EMAIL */

position: absolute;
width: 127px;
height: 29px;
left: 20px;
top: 526px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */
color: #11FFFF;

/* Rectangle 23 */

position: absolute;
width: 321px;
height: 49px;
left: 20px;
top: 565px;
background: #D9D9D9;

/* Rectangle 24 */

position: absolute;
width: 221px;
height: 43px;
left: 78px;
top: 637px;
background: #FDE827;

/* SUBMIT */

position: absolute;
width: 92px;
height: 29px;
left: 142px;
top: 644px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */
color: #000000;

/* Interest */

position: relative;
width: 381px;
height: 691px;

background: #7C0C8F;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);


/* Club activities you interested more? */

position: absolute;
width: 327px;
height: 48px;
left: 34px;
top: 185px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;

color: #11FFFF;

/* Rectangle 9 */

position: absolute;
width: 327px;
height: 64px;
left: 34px;
top: 273px;

background: #D9D9D9;

/* Are there any specofic skills you would like to contribute to the club? */

position: absolute;
width: 307px;
height: 44px;
left: 37px;
top: 373px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;

color: #18FDFD;

/* Rectangle 10 */

position: absolute;
width: 327px;
height: 70px;
left: 34px;
top: 489px;

background: #D9D9D9;

/* Rectangle 11 */

position: absolute;
width: 205px;
height: 54px;
left: 103px;
top: 595px;

background: #FDDA25;

/* SUBMIT */

position: absolute;
width: 92px;
height: 29px;
left: 160px;
top: 607px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
/* identical to box height */

color: #000000;

/* HAND 3 */

position: absolute;
width: 125px;
height: 108px;
left: 236px;
top: 81px;

background: url(HAND.png);

OUTPUT:

image

image

image

RESULT:

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

figma's People

Contributors

obedotto avatar anandanaruvi avatar deepikasrinivasans avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.