-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 2.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@300&family=Source+Code+Pro:wght@200&display=swap" rel="stylesheet">
<title>Document</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</header>
<body>
<!--Navigation bar-->
<div class="full-height">
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("B-nav.html");
});
</script>
<div class="pages-content">
<h1 class="name">TEAM NAME</h1>
<p><img src="image/pointer 1.svg" alt="pointer1">Our team name is Memeiacs with the prefix “meme” that originally meant “an element of culture or system of behavior that is considered to be passed down from one individual to another”. Since the beginning of the 21st century, the word has adopted a new meaning to be “a humorous image, video, piece of text, etc. that is copied and spread rapidly by internet users” (Oxford Dictionary n.d.). Team members at Memeiacs are very up-to-date with newest memes and are always eager to lighten up stressful working hours for others. We are aware it will come to the attention of potential employers and we hope they can see our goofy, bright personality through the name.<img src="image/pointer.svg" alt="pointer">
</p>
<div class="achievement">
<ul>
<li><a href="https://github.com/Papasuke/Memeiacs/"><img src="image/code_image-removebg-preview-1.png" alt="code"></a></li>
<li><h1 class="quote"><img src="image/pointer 1.svg" alt="pointer1">We are Memeiacs.<br>We are developers.</h1></li>
</ul>
</div>
</div>
<div class="copyright"><p>©2021 Memeiacs team. All rights reserved.</p></div>
</div>
</body>
</html>