-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinematography.html
127 lines (127 loc) · 4.4 KB
/
cinematography.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style/loading.css" />
<link
rel="icon"
href="https://preview.redd.it/ur8cnpss6nm61.png?width=423&format=png&auto=webp&s=acd681eb0445c1a27e6c7abe0f2d0a46788f362b"
/>
<link rel="stylesheet" href="style/navStyle.css" />
<link rel="stylesheet" href="style/cinematography.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=menu"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=close"
/>
<title>Cinematography - Cowboy Bebop</title>
</head>
<div class="loadingScreen">
<img src="https://i.redd.it/i2cc3wqs6nm61.png" alt="Ed_icon" />
<h1>Loading...</h1>
</div>
<body>
<nav>
<a href="index.html"
><img
src="https://www.artofthetitle.com/assets/sm/upload/6n/on/ii/gy/cowboy_bebop_t.jpg?k=1e8fc07403"
class="logo"
alt="logo"
/></a>
<div class="navContent">
<a href="story.html">Story</a>
<a href="characters.html">Characters</a>
<a href="cinematography.html">Cinematography </a>
<a href="music.html">Music</a>
</div>
<svg
class="menuIcon"
xmlns="http://www.w3.org/2000/svg"
height="24px"
viewBox="0 -960 960 960"
width="24px"
fill="#e8eaed"
>
<path
d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"
/>
</svg>
</nav>
<div class="responsiveNav">
<div class="navContent">
<a href="story.html">Story</a>
<a href="characters.html">Characters</a>
<a href="cinematography.html">Cinematography</a>
<a href="music.html">Music</a>
<svg
class="closeMenuIcon"
xmlns="http://www.w3.org/2000/svg"
height="40px"
viewBox="0 -960 960 960"
width="40px"
fill="#e8eaed"
>
<path
d="m251.33-204.67-46.66-46.66L433.33-480 204.67-708.67l46.66-46.66L480-526.67l228.67-228.66 46.66 46.66L526.67-480l228.66 228.67-46.66 46.66L480-433.33 251.33-204.67Z"
/>
</svg>
</div>
</div>
<div class="hero-section" id="hero-section">
<h1>Cinematography in Cowboy Bepop</h1>
<p>A few images to showcase this wonderful show</p>
<img
id="exampleImage"
src="images/a133f3262cbe2b1f6299808a1d79bee568-03-cowboy-bebop.rsquare.w400.webp"
alt="exampleImage"
/>
<img
id="exampleImage"
src="images/facebook_cowboy_bebop.jpg"
alt="secondExample"
/>
<img
id="exampleImage"
src="images/fun-FUN-CBY-JPN_S1-Full-Image_GalleryCover-en-US-1489784785929._UR19201080_RI_.jpg"
alt="thirdExample"
/>
<img
id="exampleImage"
src="images/m2u6tr9rqxi01.jpg"
alt="doesanyoneevenseethis?"
/>
<img
id="exampleImage"
src="images/ousa_bebop_01.png"
alt="this is cool"
/>
</div>
<div class="showcase">
<img src="images/first-showcase.jpg" alt="zeroth-showcase" />
<img src="images/second-showcase.jpg" alt="first-showcase" />
<img src="images/third-showcase.jpg" alt="second-showcase" />
<img src="images/fourth-showcase.png" alt="third-showcase" />
<img src="images/fifth-showcase.jpg" alt="fourth-showcase" />
<img src="images/sixth-showcase.jpeg" alt="fifth-showcase" />
<img src="images/seventh-showcase.jpg" alt="sixth-showcase" />
</div>
<div class="scrollBackUp">
<ion-icon name="arrow-up-outline"></ion-icon>
</div>
<script src="script/imageMove.js"></script>
<script src="script/loading.js"></script>
<script src="script/nav.js"></script>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>