-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransformations.html
More file actions
49 lines (42 loc) · 1.88 KB
/
transformations.html
File metadata and controls
49 lines (42 loc) · 1.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A page where you can search up DragonBall Transformations">
<meta name="keywords" content="dragonball, transformations, ascension, search, ssj, super">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DragonBall: Ascension</title>
<!-- external CSS link -->
<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=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/transformations.css">
</head>
<body>
<section class="search-box">
<div class="text-content">
<h1 class="bangers">DragonBall: Ascension</h1>
<p>Type in a transformation</p>
<p>List of transformations are found <a href="https://docs.google.com/document/d/10x1N4FEXcQhRsld4L3GLREKGafUmj7jwi5f9dQMT25M/edit?usp=sharing" target="_blank" rel="noreferrer">here</a></p>
<input type="text" class="search" name="" value="">
<button type="button" class="src-btn" name="button">Get Transformation</button>
</div>
</section>
<h3 id="charNotFound"></h3>
<main class="character-bio">
<h2 class="char-name bangers">Transformation</h2>
<img class="char-pic" src="" alt="">
<section class="key-facts">
<section class="text">
<h2 class="bangers">Ki: <span class="ki reg-font"></span></h2>
<section>
</section>
</main>
<footer id="footer">
<img id="footer-img" src="img/saiyansquad.avif" alt="DragonBall Cast">
</footer>
<script type="module" src="js/transformations.js"></script>
</body>
</html>