-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTopics.html
49 lines (47 loc) · 2.31 KB
/
Topics.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>FAVOURITE TOPICS</title>
<link rel="stylesheet" href="styles/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Gemunu+Libre:wght@500&family=Patrick+Hand&family=Press+Start+2P&family=Stick+No+Bills:wght@600&family=Viga&display=swap" rel="stylesheet">
</head>
<body>
<div class="up">
<h1 style="text-align: Center;padding:1rem">FAVOURITES TOPICS</h1>
<div class="row">
<div class="column">
<img src="images/telescope.png" alt="Snow" style="width:70%">
</div>
<div class="column">
<img src="images/Arduino.png" alt="Forest" style="width:70%">
</div>
<div class="column">
<img src="images/Mars-Rover.png" alt="Mountains" style="width:70%;">
</div>
</div>
</div>
<hr>
<div class="bottom">
<div style = "clear:left;">
<p style ="float:left;"><img class=""src="images/Nebulae.png" alt="Nebulae.png" height="200px" width="200px"></p>
<p class="botfav"> one of my subject to talk about is Astronomy because it always tick my
curiousity how our universe was created and how the celestial bodies work, while also
mesmerizing the beauty of the space. the possibility of exploring undiscovered celestial
bodies is vast and the our laws of physics(or Astrophysics) in space are still theoretical
therefore our understanding in space is not absolute but this means that exploration and further
studying is always open. Regardless, the beauty of space is a top notch </p>
</div>
<div style = "clear:right;">
<p style ="float:right;"><img class=""src="images/Arduino.png" alt="Nebulae.png" height="200px" width="200px"></p>
<br><br><br><br><br><sbr>
<p class="botfav"> Arduino is one of my recent interest. discussing how Arduino works, projects
and ideas always take my attention. i have also interest in Raspberry Pi because it has Linux
OS(which im also interest) but so far i have never try. my current works are Motor Arduino, Sensors
and ESP32s</p>
</div>
</div>
<div class="below">
</div>
</body>
</html>