Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

day 4 #33

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Binary file added WhatsApp Image 2020-08-29 at 16.06.34.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WhatsApp Image 2020-08-29 at 16.06.35.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions calcu script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
function buttonClick(val)
{
document.getElementById("screen").value=document.getElementById("screen").value+val;
}
function displayClear()
{
document.getElementById("screen").value=""
}
function equalClick()
{
var text=document.getElementById("screen").value
var result=eval(text)
document.getElementById("screen").value=result
}
55 changes: 55 additions & 0 deletions calculator.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style calcu.css">
<script src=" calcu script.js"></script>
</head>
<body>
<div class="main-body">
<div class="calc">
<div class="output">
<input type="text" id="screen">
</div>
<div class="buttons">
<button onclick="displayClear()" class="btn">C</button>

<div class="row">
<button onclick="buttonClick(7)" class="btn">7</button>
<button onclick="buttonClick(8)" class="btn">8</button>
<button onclick="buttonClick(9)" class="btn">9</button>
<button onclick="buttonClick('/')" class="btn">/</button>

</div>
<div class="row">
<button onclick="buttonClick(4)" class="btn">4</button>
<button onclick="buttonClick(5)" class="btn">5</button>
<button onclick="buttonClick(6)" class="btn">6</button>
<button onclick="buttonClick('*')" class="btn">X</button>

</div>
<div class="row">
<button onclick="buttonClick(1)" class="btn">1</button>
<button onclick="buttonClick(2)" class="btn">2</button>
<button onclick="buttonClick(3)" class="btn">3</button>
<button onclick="buttonClick('-')" class="btn">-</button>

</div>
<div class="row">
<button onclick="buttonClick('.')" class="btn">.</button>
<button onclick="buttonClick(0)" class="btn">0</button>
<button onclick="buttonClick('+')" class="btn">+</button>
<button onclick="equalClick()" class="btn">=</button>

</div>

</div>

</div>

</div>

</body>
</html>
40 changes: 40 additions & 0 deletions form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<html>
<head>
<title>registration form</title>
</head>
<body>
<h2>registration form</h2>
<form>
<label for="firstname">first name :</label>
<input id=" first name" type="text" name="first name" place holder="first name"reguired="">
<label for="lastname">last name :</label>
<input id=" last name" type="text" name="last name" place holder="last name"reguired="">
<div>
<label for="male">male</label>
<input type= "radio"name="gender" id="male" value="male" required>
<label for="female">female</label>
<input type= "radio"name="gender" id="female" value="female" required>
</div>
<div>
<label for="email">
email:<input id ="email" type="email" name="email"placeholder="email address" required="">
</label>
<label for="password">
password:<input id ="password" type="password" name="password"placeholder="password" pattern="{}">
</label>
</div>
<div>
<label for="start">
<input type="date" id="start" name="trip-start" value=""min="25-11-2001" max="">
</label>
</div>
<div>
<p>
i agree to submit this terms and condition
<input type="checkbox"required="">
</p>
</div>
<button>submit</button>
</form>
</body>
</html>
Binary file added git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 130 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,130 @@

<html><head>
<title>amrutha</title>
</head>
<body>
<h1><i>HELLO WORLD</i></h1><hr>
<H2><u>HELLO WORLD</u></H2>
<H3>HELLO WORLD</H3>
<H4>HELLO WORLD</H4>
<H5>HELLO WORLD</H5>
<H6>HELLO WORLD</H6>
<P>HGYFYFJKUUDDYHBNHGDTDR<b>TYYGHBHHGYTDTDYGHGHJDTJD</b>GYGKVHHDFGYS
GFJJDVBDVDFTFUDHGfaygydfuhcjhgvgcygyvggfygvyg<br>dvygjvhcjvggjcgjvgcgtuddggxgjzgzffuzfuzf
uzxftfdyjxgcgjhgxc</P>
<p>rttr<del>yyfyyh</del>trgfsfsfsrsrsrsgffdttttffyfyfffyyuyuyufgfgfffygyyfttttffyygytttighjgjgkgkkggk
jhkjkhkhkhkhkhkhkuhuhkuhkuhkuhukhukhukhukyitititiyiuyiuyuyiuyuiyt7t6t6rtrttrftrtyrtrtr</p>
<button>click here</button><br>
<a href="http://google.com">google</a><br>
<img src="sophia.jpg" width="120px" height="120px">



</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale=1.0">
<meta http-equiv="X-UA-compatible" content="ie=edge">
<title> my personal website</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">

</head>
<body>
<header>
<div class="container">
<nav class="flex items-center justify-between">
<div class="left flex items-center">
<div class="branding">
<img src="logo.jpg"alt="" height="50px">
</div>
<div>
<a href="#">home</a>
<a href="#">about </a>
<a href="#">pages</a>

</div>
</div>
<div class="right">
<button class="btn btn-primary">contact</button>
</div>

</nav>
<div class="hero flex items-center justify-between">
<div class="left flex-1 flex justify-center">
<img src="WhatsApp Image 2020-08-29 at 16.06.34.jpeg"alt="" >
</div>
<div class="right flex-1">
<h6>AYISHA AMREENA.P</h6>
<h1> I'm a Web
<span> Designer</span> </h1>
<p>
Second Year student at kmct college of Engineering For Women...department of computer science Enigneering
</p>
<div>

<button class="btn btn-secondary">DOWNLOAD CV</button>
</div>
</div>
</div>
</div>
</header>
<section class="about">
<div class="container flex items-center">
<div class="flex-1">
<img class="about-me-img"src="WhatsApp Image 2020-08-29 at 16.06.35.jpeg" alt="" >

</div>
<div class="flex-1">
<h1>About <span>Me</span></h1>
<h3>Hi!I'm Ayisha Amreena.p</h3>
<p> iam ayisha ,i am a 2nd year computer science and i am 19 years old .. i am studying at kmct collage of enigneering for women...this is my first portfolio..i dont know how is this while i presenting this infront of all

</p>
<div class="social">

<a href="#"><img src="insta.jpg" alt="" height="30px"> </a>
<a href="#"><img src="snap.png" alt="" height="30px"></a>
<a href="#"><img src="git.png" alt="" height="30px"></a>
</div>

</div>
</div>

</section>
<section class="eupskillin">
<h1>I AM AVAILABLE FOR EUPSKILLIN</h1>
<p> online skill development program</p>
<button class="btn btn-primary">DOWNLOAD CV</button>

</section>
<section class="contact">
<div class ="container">
<h1 class="section-heading"> Contact <span>us</span> </h1>
</div>
<div class="card-wrapper">
<div class="card">
<h1>call us on</h1>
<h6>9947586505</h6>
</div>

<div class="card">
<h1>Email us At</h1>
<h6>[email protected]</h6>
</div>
</div>
<form action="">
<div class="input-wrap">
<input type="text" placeholder="YOUR NAME *">
<input type="email" placeholder="YOUR EMAIL *">


</div>
<div class ="input-wrap-2">
<input type="text" placeholder="YOUR SUBJECT ..">
<textarea name="" id="" cols="30" rows="10" placeholder="YOUR MESSAGES..."></textarea>
</div>
<div class="btn-wrapper">
<button Class="btn btn-primary">SEND MESSAGES</button>
</div>
</form>

</div>

</section>
<footer>
<div class="footer-socials">
<a href="#"> <img class="footer-logo" src="./images/logo.jpg" alt="" height="30px"></a>

<a href="#"></a><img src="insta.jpg" alt=" "height="30px"></a>
<a href="#"></a><img src="snap.png" alt=""height="30px"></a>
<a href="#"></a><img src="git.png" alt=""height="30px"></a>


</div>
<div>
copyright 2020 name PSD Template. ALL Right Reserved.
</div>
</footer>
</body>
</html>
Binary file added insta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading