-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (136 loc) · 4.64 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
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
128
129
130
131
132
133
134
135
136
<html lang="en">
<head>
<link rel="icon" href="Images/Icon.ico">
<title>Digital Discoveries{DD}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/Main.css">
<meta charset="UTF-8">
</head>
<body background="Images/White_background.jpeg">
<nav class="navigation-bar">
<a href="index.html" class="active">
Home page
</a>
<a href="#creations">
Creations
</a>
<a href="#about">
About
</a>
<a href="English_dark.html" class="dark11">
<button class="darkbutton">
Toggle dark mode
</button>
</a>
</nav>
<a href="https://technologymagazine.com" target="_blank">
<marquee bgcolor="yellow" onmouseover="this.stop()" onmouseout="this.start()">
Click me to go to a magazine full about technology.
</marquee>
</a>
<div class="dropdown">
<button class="btn box-outline">
<span>
English
</span>
</button>
<div class="dropdown-content">
<a href="Arabic/ar.html">
العربية
</a>
<a href="Hindi/hi.html">
हिंदी
</a>
<a href="French/fr.html">
Français
</a>
<a href="Malayalam/ml.html">
മലയാളം
</a>
</div>
</div>
<br>
<br>
<br>
<marquee scrollamount="20">
<h1 class="rainbow">
Welcome to Digital Discoveries!
</h1>
</marquee>
<h3 style="text-align: center;">
Digital Discoveries is a small website made for the Digital Fest competition. This website is made by Saket Chopra, and Fardan Puthukkudy.
</h3>
<br>
<br>
<br>
<br>
<br>
<div id="creations">
<h1 class="creations">
Our creations:
</h1>
<a href="Tic-Tac-Toe_game.html">
<button class="MINECRAFT">
Play Tic-Tac-Toe
</button>
</a>
<a href="Memory_game.html">
<button class="MINECRAFT">
Play a memory game
</button>
</a>
<br>
<p>
Few music artists 🤩
</p>
<div class="smallestviolin">
<a href="https://www.youtube.com/@ImagineDragons/releases" target="_blank">
<img src="Images/Imagine_Dragons_logo.png" alt="Imagine Dragons logo." style="height:220px;">
</a>
<a href="https://www.youtube.com/@ajr/releases" target="_blank">
<img src="Images/AJR_logo.png" alt="AJR logo.">
</a>
<a href="https://www.youtube.com/@JVKE/releases" target="_blank">
<img src="Images/JVKE_logo.png" alt="JVKE/JAKE logo." style="height:195px;">
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="about">
<h2 class="about" style="outline: groove;">
Website creators:
</h2>
<u style="color: orange;">
<i>
<h4 style="color: orange; font-size:x-large; font-family: cursive;">
Saket Chopra
</h4>
</i>
</u>
<p>
The main coder of this website <img src="Images/Blob_help.png" alt="Help." style="height:35px;">
</p>
<p>
I've made all the styles, all the HTML tags, and even more! Hoped you enjoyed this site thus far!
</p>
<br>
<u>
<i>
<h4 style="font-family:cursive; font-size: x-large; color:rgb(36, 113, 8)">Fardan Puthukkudy</h4>
</i>
</u>
<p>I'm the assistant coder of this website. I am basically the "Game maker" and "Helper" of this website.</p>
</div>
</body>
</html>