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

chirp-project landing page #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
Co-authored-by: mh-7 <[email protected]>
Co-authored-by: purchaseman26 <[email protected]>
Co-authored-by: KB2023ForGitHub <[email protected]>
vanedm committed Nov 1, 2023
commit bee703fec9b8cb5fd014d47319521a402cfc5e4d
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
11 changes: 11 additions & 0 deletions Untitled-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

<!DOCTYPE html>
<html>

<style>

</style>
<body>

</body>
</html>
Binary file added chirp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions landing-page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
body{
background-color: azure;
font-size: 18px ;
background-image: url("chirp.png");
background-repeat: no-repeat;
background-size: 900px 600px;
background-position: 35px 225px ;
font: Arial;
text-align: center;
}
img{
width;100px;
height:100px;
margin: auto;
}
h1,h2,p,#chatbutton {
font-family: 'Playpen Sans', cursive;
}

#chatbutton{

border-radius: 15px;
margin: auto;
text-align: center;
font-size: 24px;
width: 100px;
height: 20px;
background-color: #90BADF;
border-color: black;
}

/*w3schoolsexample*/

/* The Modal (background) */
.agreeClass {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.agreeContent {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}


37 changes: 37 additions & 0 deletions landing-page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="landing-page.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="chirp.png>"""""
<link href="https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@300&display=swap" rel="stylesheet">
<title>
CHIRP
</title>
</head>
<body>
<h1>Welcome to Chirp!</h1>
<h2> This ain't your grandma's messaging app. </h2>
<p>CHIRP CHIRP CHIRP</p>

<button id="agreebutton">Agree to the terms, or else!</button>

<!-- The Agree -->
<div id="agree" class="agreeClass">

<!-- Agree content -->
<div class="agreeContent">
<span class="close">&times;</span>
<p>You must agree to the terms or there will be dire consequences!!!!!!!</p>
</div>

</div>

<a href="/index.html" class="chatbutton">Click here to start chatting!</a>

</div>

</body>
</html>
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -5,10 +5,12 @@ body {
padding: 20px;
box-sizing: border-box;
}
img{

body {
}



.paragraph-text {
color: blue;
}
@@ -65,3 +67,6 @@ padding: 3px;
text-align:right;

}