mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 10:10:39 -06:00
Compare commits
2 commits
cb296a5fe4
...
b47ee31429
Author | SHA1 | Date | |
---|---|---|---|
b47ee31429 | |||
56b3e31c4f |
55
static/contact.css
Normal file
55
static/contact.css
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
95
static/contact.html
Normal file
95
static/contact.html
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
<!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>
|
|
@ -16,7 +16,6 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="./register.html"> Register </a>
|
<a href="./register.html"> Register </a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="./login.html"> Login </a>
|
<a href="./login.html"> Login </a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -37,6 +36,9 @@
|
||||||
</li>
|
</li>
|
||||||
<a href="./secret"> Secret </a>
|
<a href="./secret"> Secret </a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/contact.html"> Contact </a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue