Skip to content
Snippets Groups Projects
Commit 61796d8f authored by VanessaM438's avatar VanessaM438
Browse files

Initial commit

parents
Branches main
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<style>
body {
line-height: 200px;
height: 200px;
text-align: center;
line-height: 1.5;
font-family: American Typewriter, serif;
background-color: lavender;
color: #335AFF;
margin: 0;
}
</style>
<body>
<h1> <center> Peer Reviewed Sources </center> </h1>
<h2> <center> Find Reliable Information: </center> </h2>
<h3> Anxiety Disorders: </h3>
<a href="https://newsinhealth.nih.gov/2016/03/understanding-anxiety-disorders">Understanding Anxiety Disorders</a>
<a href= "https://www.medicalnewstoday.com/articles/323454">Symptoms and Types of Anxiety</a>
<h3> Panic Disorders: </h3>
<a href = "https://www.webmd.com/anxiety-panic/guide/mental-health-panic-disorder" >Panic Disorder and Panic Attacks</a>
<a href = "https://www.mayoclinic.org/diseases-conditions/panic-attacks/symptoms-causes/syc-20376021">Symptoms of Panic Disorders</a>
<h3> Obsessive Compulsive Disorder: </h3>
<h3> Depression: </h3>
<script src="script.js"></script>
<a href="index.html">Home</a>
</body>
</html>
\ No newline at end of file
<html>
<body>
<h1>Contact Information</h1>
<p>Prem Patel: ppp59@drexel.edu</P>
<p>Alex Wong: aw3433@drexel.edu </P>
<p>Saami Muhaimim: smm834@drexel.edu</p>
<p>Vanessa Martinez: vm557@drexel.edu</p>
<style>
body {
line-height: 200px;
height: 200px;
text-align: center;
line-height: 1.5;
font-family: American Typewriter, serif;
background-color: lavender;
color: #335AFF;
margin: 0;
}
</style>
</body>
</html>
\ No newline at end of file
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
\ No newline at end of file
html {
background: url(Images/background2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
\ No newline at end of file
Images/background2.jpg

36 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Home Page</title>
<link rel="stylesheet" href="HomePagestyle.css" type="text/css" />
</head>
<body>
<style>
body {
line-height: 50px;
height: 500px;
text-align: center;
font-family: American Typewriter, serif;
color: #ffffff;
margin: 0;
padding: 600px 0;
}
</style>
<h1> Explore the World of Mental Health <br>
</h1>
<style>
.button {
border-radius: 7px;
background-color: #EEB3F9;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 20px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
</style>
<button class="button">Information<span></span></button>
</p>
<p>
</p>
<body>
<input type="button" style="background-color:#F2F0A5
;color:black;width:150px;height:40px;" value="Contact Us!">
<p><input type="button" style="background-color:#CDA8D5
;color:black;width:150px;height:40px;" value="Sources!"></p?
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment