-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 1.63 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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home Page">
<meta name="author" content="Cameron Samson">
<title> WDD131 | Home</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
<div id = "content">
<header>
<nav>
<a href="mission/index.html" target="_blank">Mission I </a>
<a href="coolpics/index.html">Coolpics</a>
<!-- <a href="positioning/positioning/positioning.html" target="_blank">Positioning Activity </a>
<a href="harry_potter_site/index.html" target="_blank">Personal Website </a>
<a href="harry_potter_site/site_plan.html" target="_blank">Personal Siteplan </a> --> -->
</nav>
</header>
<h1> Cameron Samson </h1>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/MEE.jpg" alt="My pict" style="width:300px;">
</div>
<div class="flip-card-back">
<p>I'm from India<p>
<p>Computer Engineer</p>
<p>Love to read and watch stuff online</p>
</div>
</div>
</div>
<p class = "blue">I'm from India. I am studying Computer Enginnerging. <br>
I like to watch movies, read, dance, and code. Talking to people
is something I really enjoy.
A site: <a href="https://ptable.com/?lang=en#Properties" target="_blank"> The periodic table</a> </p>
</div>
</body>
<footer>
<p> This is where the footer will go</p>
</footer>
</html>