-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (77 loc) · 3.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tina's Hello Meow</title>
<style>
body{background-image: url(./Hello-Meow-Background_0926_animation-for-paw_once.gif);}
body {
background-color: rgb(241, 156, 172);
}
/* Apply margin for laptops and larger screens */
@media screen and (min-width: 768px) {
body {
margin-top: 100px;
margin-right: 200px;
margin-left: 200px;
margin-bottom: 100px;
}
}
</style>
<!-- Include the Nunito font from Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito&display=swap">
</style>
<style type ="text/css" >
.footer{
position: fixed;
text-align: center;
bottom: -150px;
width: 100%;
}
</style>
</head>
<body>
<h2 style="font-family: Nunito">Tina's Helloo Meowww </h2>
<ul>
<li>
<a href="./exercises/week-02/houses_or_museums/English/" style="font-family: Nunito">Assignment-01 (HTML): Houses or Museums?
</a><a href="./exercises/week-02/houses_or_museums/Portuguese/" style="font-family: Nunito"; color="gray">(Click here for Portuguese Version)</a>
</li>
<br>
<li>
<a href="./Assignments/assignment-02/index.html" style="font-family: Nunito">Assignment-02 (CSS): Houses or Museums?
<a href="./Assignments/assignment-02/index_PT.html" style="font-family: Nunito"; color="gray">(Click here for Portuguese Version)</a>
</li>
<br>
<li>
<a href="./Assignments/assignment-03/index.html" style="font-family: Nunito">Assignment-03 (Style): Houses or Museums?
<a href="./Assignments/assignment-03/index_PT.html" style="font-family: Nunito"; color="gray">(Click here for Portuguese Version)</a>
<a href="./Assignments/assignment-03/Tina's Assignment 3 - Houses or Museums.pdf" style="font-family: Nunito"; color="gray">(Annotations PDF)</a>
</li>
<br>
<li>
<a href="./Assignments/assignment-04/index.html" style="font-family: Nunito">Assignment-04 (Responsive): Houses or Museums?
<a href="./Assignments/assignment-04/index_PT.html" style="font-family: Nunito"; color="gray">(Click here for Portuguese Version)</a>
</li>
<br>
<li>
<a href="./exercises/week-02/gsapp_event/index.html" style="font-family: Nunito">GSAPP Event</a>
</li>
<Br>
<br>
<li>
<a href="https://www.are.na/tina-tsai/splendid-meow-cps-project-01" style="font-family: Nunito"> Project 01 | Are.na | Splendid</a>
</li>
<br>
<li>
<a href="https://pawsnana.github.io/PublicMeow/projects/project-02/index.html" style="font-family: Nunito"> Project 02 | Replica Website</a>
</li>
<br>
<li>
<a href="https://pawsnana.github.io/PublicMeow/projects/project-03-lol-music/index.html" style="font-family: Nunito"> Project 03 | Tina's League of Legends: Music Story</a>
</li>
</ul>
<div class="footer"><marquee loop="10" scrollamount="7" height="200px" width="100%"; style="font-family: Nunito"> this is like a mobile basment areaaa | 2023 Fall | Tina's CFSP Assignments<br> [adjust your window size, this will stick the same distance on the bottom edge here] </marquee></div>
</body>
</html>