-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (76 loc) · 3.32 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
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Padyakke+Expanded+One&family=Poppins:ital,wght@0,200;0,300;1,200&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="about.css">
<title>portfolio about</title>
</head>
<body>
<div class="welcome">Welcome to my portfolio website!</div>
<div class="bodyContent">
<img src="nahush.jpg" alt="Image" class="image-border">
<div class="startContent">
I'm Nahush K S, a passionate and ambitious student eager to make a
positive impact through my education and experiences.
Currently pursuing B.E Computer Science at Dayananda Sagar University, Banglore. I have dedicated myself to
excelling
academically while actively engaging in various extracurricular activities. With a strong foundation in
Computer Science feild and a thirst for knowledge.
Throughout my educational journey, I have gained valuable skills in Basic C programming, Java programming,
Basic Python programming, HTML, CSS and knowledge of JavaScript.
This portfolio website serves as a testament to my growth, achievements, and aspirations. Here, you will
find a showcase of my projects, highlights of my extracurricular involvements, and a comprehensive
overview of my skills and accomplishments. I invite you to explore my portfolio and get a glimpse of my
journey as a student.
</div>
</div>
<div class="projects">
<span class="Skill">Skill Highlights:</span>
<div class="box"></div>
<div class="langName">
<ul>
<li>
<span class="lang">Java Programming</span>
</li>
<li>
<span class="lang">Basics Python</span>
</li>
<li>
<span class="lang">HTML, CSS and JavaScript</span>
</li>
</ul>
</div>
</div>
<div class="projects">
<span class="Skill">Projects:</span>
<div class="box"></div>
<div class="langName"></div>
<ul>
<li class="pli">
<span class="lang">Portfolio website:</span>
<div class="plang"> Using HTML, CSS </div>
</li>
<li class="pli">
<span class="lang">Temperature Converter:</span>
<div class="plang"> Using HTML, CSS and JavaScript</div>
</li>
<li class="pli">
<span class="lang">Minaral Identification:</span>
<div class="plang"> Using SONAR(device) </div>
</li>
<li class="pli">
<span class="lang">E-comerce website:</span>
<div class="plang">Using nodeJS, reactJS, MongoDB</div>
</div>
</li>
</ul>
</div>
</body>
</html>