-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
89 lines (68 loc) · 3.29 KB
/
about.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
<!DOCTYPE html>
<head>
<title>Devansh's Portfolio</title>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width", initial-scale="1.0">
<!--File Links-->
<link rel="stylesheet" href="styles.css">
<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=Raleway:wght@300&family=Roboto+Flex:opsz,[email protected],400;8..144,500&display=swap" rel="stylesheet">
<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=Protest+Revolution&display=swap" rel="stylesheet">
</head>
<Body>
<!--Nav Code Here -->
<div class="home-block-1">
<div class="page-title-container">
<p class="page-title">Dev's Portfolio</p>
</div>
<div class="menu-container">
<p class="menu-title">Menu</p>
<p class="h2"><a href="http://127.0.0.1:5500/index.html">Home.</a></p>
<p class="h2" ><a href="http://127.0.0.1:5500/about.html">About.</a></p>
<p class="h2"><a href="http://127.0.0.1:5500/about.html">Contact.</a><p>
</div>
<!--Main Body Code Here -->
<div class="about-block-1">
<div class="about-block-1-column-1">
<div >
<p class="h1">About.</p>
</div>
<div class="about-photo">
<img class="about-photo-devansh" src="img/devansh.jpeg">
</div>
<div><p class="h4">"You are what you think you are ."</p></div>
</div>
<div class="about-block-1-column-2">
<p class="h2">Part Of God; Eternal Part Of God
Devansh - Part Of God; Eternal Part Of God; Demigod. Gender: Boy.
It comes from the Sanskrit words "dev" (देव) meaning "God" and "ansh" (अंश) meaning "a part of".
Other meanings include "eternal part of God" and "demigod".</p>
<p class="h2" style="color: #cc3333; font-size: 18px; font-weight: bold;">Yo yo its your boy Devansh , The most creative and multi-talented guy youve ever seen .<br>
You might have seen me playing drums in college band or spotted me in a hackathon or you might know mw because of my pretty impressive designs .
ahh! who cares , but now when you are here kae a photo and send it to me to let me know that you were here . GO FOR IT .</p>
</div>
</div>
<p class="h5">PhotoBook</p>
<div class="about-block-2">
<div class="gallery-column-1">
<div class="photo-1">
<img src="img/DSC_8600.JPG" class="photo">
</div>
<div class="photo-1">
<img src="img/DSC_8602.JPG" class="photo">
</div>
</div>
<div class="gallery-column-1">
<div class="photo-1">
<img src="img/WhatsApp Image 2024-06-18 at 10.33.48 PM.jpeg" class="photo">
</div>
<div class="photo-1">
<img src="img/WhatsApp Image 2024-06-18 at 10.33.47 PM.jpeg" class="photo">
</div>
</div>
</div>
</div>
</Body>