Compare commits

..

No commits in common. "b47ee31429600b18ed9faf70ee6bfac47f8a84db" and "cb296a5fe41077dc353ee0d49ceb89ba01164634" have entirely different histories.

3 changed files with 2 additions and 154 deletions

View file

@ -1,55 +0,0 @@
body {
margin: 0;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 8px;
}
.about-section {
padding: 30px;
text-align: center;
background-color: #bf7016;
color: white;
}
.container {
padding: 0 16px;
}
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
}
.button:hover {
background-color: #555;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}

View file

@ -1,95 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link href="./contact.css" rel="stylesheet">
</head>
<body>
<div class="about-section">
<h1>About Us / Contact Page</h1>
<p>Who are we??</p>
</div>
<h2 style="text-align:center">Team</h2>
<div class="row">
<div class="column">
<div class="card">
<img src="/image.png" alt="Joe" style="width:100%">
<div class="container">
<h2>Joe</h2>
<p class="role">back-end</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe@Placeholders.com</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="meow.jpg" alt="Joe2" style="width:100%">
<div class="container">
<h2>Joe 2</h2>
<p class="role">front-end</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe2@Placeholders.com</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="/woof.jpg" alt="Joe3" style="width:100%">
<div class="container">
<h2>Joe 3</h2>
<p class="role">stinky</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe3@Placeholders.com</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<img src="/image.png" alt="Joe4" style="width:100%">
<div class="container">
<h2>Joe4</h2>
<p class="role">back-end</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe@Placeholders.com</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="meow.jpg" alt="Joe5" style="width:100%">
<div class="container">
<h2>Joe 5</h2>
<p class="role">front-end</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe2@Placeholders.com</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="/woof.jpg" alt="Joe6" style="width:100%">
<div class="container">
<h2>Joe 6</h2>
<p class="role">stinky</p>
<p>Lorem ipsum dolor sit amet.</p>
<p>joe3@Placeholders.com</p>
</div>
</div>
</div>
</div>
</body>
</html>

View file

@ -16,6 +16,7 @@
<li>
<a href="./register.html"> Register </a>
</li>
<li>
<a href="./login.html"> Login </a>
</li>
@ -36,9 +37,6 @@
</li>
<a href="./secret"> Secret </a>
</li>
<li>
<a href="/contact.html"> Contact </a>
</li>
</ul>
</body>
</html>
</html>