-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (144 loc) · 8.23 KB
/
index.html
File metadata and controls
148 lines (144 loc) · 8.23 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<title>My Profile</title>
<link rel="stylesheet" href="mystyle.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="" class="name"><span>Aashna</span> Agarwal</a>
<div class="nav">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#acad">Academics</a>
<a href="#course">Skills</a>
<a href="#proj">Projects</a>
<a href="#achi">Achievements</a>
<a href="#exp">Experience</a>
<a href="#contact">Contact</a>
</div>
<div class="follow">
<a href="https://www.linkedin.com/in/aashna-agarwal-676438202" class="fab fa-linkedin"></a>
<a href="https://leetcode.com/aashna03/" class="fa-solid fa-code"></a>
<a href="https://github.com/aashna03" class="fab fa-github"></a>
</div>
</header>
<section id="home" class="home">
<div class="content">
<div class="image" align="center">
<img src="Aashna.png" height=300 width=270>
</div>
<br>
<h1>Hi, I am <span>Aashna Agarwal<br></span></h1>
<p class="info"><br>A Final Student of Electronics and Computer Engineering, who is a dedicated learner with a strong passion for growth, particularly in the realms of development and problem solving. I am actively seeking avenues where I can create a considerable and positive influence within the field of technology. Strong professional with a Bachelor of Engineering - BE focused in electronics and computer from <br>Thapar Institute of Engineering and Technology.</p>
</div>
</div>
</section>
<div id="about" class="about">
<div class="content">
<h1 class="heading"><br>About <span>Me</span></h1>
<p><br><span><b>Gender :</b></span> Female</p>
<p><span><b>Linguistic abilities :</b></span> Hindi, English</p>
<p><span><b>College :</b></span> Thapar Institute of Engineering and Technology, Patiala, India</p>
<p><span><b>Course :</b></span> Bachelor of Engineering</p>
<p><span><b>Branch :</b></span> Electronics and Computer</p>
<p><span><b>Year :</b></span> Final Year Student</p>
<p><span><b>Interest :</b></span> Photography, Singing</p>
<p><span><b>Country :</b></span> India</p>
</div>
</div>
<div id="acad" class="Academic background">
<div class="content">
<h1 class="heading">Academic <span>Qualifications</span></h1>
<dl>
<br>
<dt><b>Thapar Institute of Engineering and Technology, Patiala, Punjab</b> — CGPA: 8.58</dt>
<dd> - Bachelor of Engineering, Electronics and Computer</dd>
<dt><b>Tinsukia English Academy, Tinsukia, Assam</b> — Percentage obtained: 91.2%</dt>
<dd> - All India Secondary School Examination (AISSE), 10th Standard</dd>
<dt><b>Budding Buds Senior Secondary School, Tinsukia, Assam</b> — Percentage obtained: 87.4%</dt>
<dd> - All India Secondary School Examination (AISSE), 10th Standard</dd>
</dl>
</div>
</div>
</div>
<div id="course" class="course">
<div class="content">
<h1 class="heading">Skills</h1>
<p>
<br>
<b>Languages</b> | C/C++(Proficient), Python<br>
<b>Machine Learning</b> | NLTK, Scikit-Learn, BeautifulSoup, PyCaret<br>
<b>Web Development</b> | HTML, CSS, Bootstrap, JavaScript(Beginner),Flask, Jinja Templating,PHP, SQLAlchemy<br>
<b>Developer Tools</b> | Visual Studio Code, Jupyter, Google Colab, Git, GitHub, Sublime Text, PyCharm<br>
<b>CS Fundamentals</b> | Data Structures and Algorithms, Operating Systems, DBMS, OOPS<br>
</p>
</div>
</div>
<div id="proj" class="proj">
<div class="content">
<h1 class="heading">Projects</h1>
<p>
<br><b>Blog making website</b> | Python, Flask, Jinja templating, PHP, SQLAlchemy
<br>- Built robust admin panel for adding, editing, deleting articles and having image uploading capability for seamless post management.
<br>- Effortless CRUD operations: Create, Read, Update, Delete posts.
<br>- Contact functionality via email for user inquiries and feedback.
</p>
<p>
<b>Suicide Ideation Detection</b> | Machine Learning, Python, NLP
<br>- A machine learning approach to identify suicidal patterns in online user content for early intervention using word embedding and classification method.
</p>
<p>
<b>BriefMe</b> | Machine Learning, Python, NLP, whisperAPI (ONGOING)
<br>- Users can record meetings, using the system's recording feature, which is automatically converted into written text using speech-to-text technology.
<br>- Using concepts of NLP,the system condenses the generated text while retaining key information and generates appropriate headings.
</p>
<p>
<b>To do list</b> | HTML, CSS, and JavaScript
<br>- Made a to-do list website in whichone can add, remove taks with its description.
</p>
<p><b>My portfolio</b> | HTML and CSS
<br>- Created my profile in which
one can navigate different sections of page just by clicking on the list of options. <br></p>
<p><b>Performing EDA</b> | Python
<br>- Performed Exploratory Data
Analysis which is the most necessary part to be performed before training the model in
machine learningaas a minor project in Verzeo learning.<br>
</p>
</div>
</div>
<div id="achi" class="achi">
<div class="content">
<h1 class="heading">Achievements</h1>
<br><b>Coding Ninjas - CodeKaze 2023</b> (total registrations: 149702) | Among top 5% participants
<br><b>Coding Ninjas - Battle of Coders</b> (total registrations : 3301) | Among top 1.4% participants
<br><b>LeetCode - Biweekly Contest 103</b> | Rank: 667
<br><b>3 Star in LeetCode and 400+ question solved</b>
</div>
</div>
<div id="exp" class="Experience">
<div class="content">
<h1 class="heading">Experience</h1>
<p>
<br><b>IETE Students’ Forum at Thapar University, Patiala</b> — Mentor (Aug 2021 - Jun 2022)
<br>Management duties included organizing workshops, competitions, and helping members.
Planned and executed events at annual technical fest, Elementos 5.0.
Conducted recruitment for Elementos 5.0 organizing committee.
</p>
<p>
<br><b>Rotaract Club of TIET</b> — Team Member (Sept 2020 - Jun 2022)
<br>Organizing team member at Project Sheekh.
</p>
</div>
</div>
<div id="contact" class="contact">
<div class="content">
<h1 class="heading">Contact <span>Details</span></h1><br>
<p><b>Contact Number:</b> +91-8011184840</p>
<p><b>E-mail Id:</b> agarwalaashna85@gmail.com</p>
<p><b>Residential Address:</b> Chaliha Nagar, Tinsukia (Assam)</p>
</div>
</div>
</body>
</html>