-
Notifications
You must be signed in to change notification settings - Fork 0
/
Science.html
63 lines (56 loc) · 2.29 KB
/
Science.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mentor Survey</title>
<link rel="stylesheet" href="styles.css">
<style>
a {
font-size: 30px;
color: #FFFFFF;
}
</style>
</head>
<header>
<a href="index.html">
<img class="BackLogo" src="https://cdn.discordapp.com/attachments/745298873026740376/1155344325148938350/New_Project_3.png" alt="Logo" width="150" height="150">
</a>
</header><br><br>
<style>
body {
background-image: url('https://img.freepik.com/free-vector/gradient-universe-background_23-2149635763.jpg');
background-size: cover;
font-family: Arial, sans-serif;
font-size: 16px;
background-color: rgb(236, 245, 246);
margin: 0;
}
</style>
<body>
<div class="container">
<section class="services">
<h2><center>Your passion is science!</h2>
<center>
<a href="Match.html">
<img src="https://cdn.discordapp.com/attachments/745298873026740376/1155494529684750437/flask.png" alt="Button Text" width="100" height="50">
</a>
<a href="Match.html">
<img src="https://cdn.discordapp.com/attachments/745298873026740376/1155491933884514345/physics.png" alt="Button Text" width="100" height="50">
</a>
<a href="Match.html">
<img src="https://cdn.discordapp.com/attachments/745298873026740376/1155491956839944212/pngtree-black-dna-logo-icon-vector-png-image_8941281.png" alt="Button Text" width="100" height="50">
</a>
<a href="Match.html">
<img src="https://cdn.discordapp.com/attachments/745298873026740376/1155493708188360704/40573.png" alt="Button Text" width="100" height="50">
</a>
<a href="Match.html">
<img src="https://cdn.discordapp.com/attachments/745298873026740376/1155491999001083998/rock-icon-0.png" alt="Button Text" width="100" height="50">
</a><br>
<h2><center>Choose a focus!</h2>
</center>
</center>
</section>
</div>
</body>
</html>