GoServer/src/Go/views/about.html

120 lines
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Us</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700" rel="stylesheet">
<link rel="stylesheet" href="../../../public/css/style.css" media="screen">
<script src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" defer></script>
</head>
<body>
<header>
<a href="#">
<h1 class="site-title">GO</h1>
</a>
</header>
<main class="twit-container">
<article class="toplevel">
<div class="twit-content">
<h2 class="Mission" >- Our Mission -</h2>
<p class="mission-text">
Here's where I would write some stuff about something. I made it my task to try to replicate this webpage's design<br/>
<a href="https://apptopia.com/about">Here's the Website</a>
</p>
</div>
</article>
<article class="leadership">
<div class="twit-content">
<h2 class="Headership" >Leadership</h2>
</article>
<article class="twit">
<div class="twit-content">
<div class="person-photo" alt"">
<img src="../../../public/images/download.jpg" alt="daa">
</div>
<h2 class="Person-Name" >Danila Fedorin</h2>
<p class="twit-text">
We don't need a weakened government but a strong government that would take responsibility for the rights of the individual and care for the society as a whole.
</p>
</div>
</article>
<article class="twit">
<div class="twit-content">
<div class="person-photo" alt"">
<img src="../../../public/images/daa.jpg" alt="daa">
</div>
<h2 class="Person-Name" >Matthew Sessions</h2>
<p class="twit-text">
Education is a weapon whose effects depend on who holds it in his hands and at whom it is aimed.
</p>
</div>
</article>
<article class="twit">
<div class="twit-content">
<div class="person-photo" alt"">
<img src="../../../public/images/5.png" alt="daa">
</div>
<h2 class="Person-Name" >Michael Huang</h2>
<p class="twit-text">
To be fair, you have to have a very high IQ to understand Rick and Morty. The humour is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head.
</p>
</div>
</article>
<article class="twit">
<div class="twit-content">
<div class="person-photo" alt"">
<img src="../../../public/images/person2.jpg" alt="daa">
</div>
<h2 class="Person-Name" >Claire Cahill</h2>
<p class="twit-text">
Unfortunately these two properties are only implemented in Firefox and are behind a -moz- prefix. Heres how you can use the various
</p>
</div>
</article>
</main>
</body>
</html>