Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions Contacts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>contacts details</title>
</head>
<body style = " background-color: powderblue;">
<p>
<ol type ="i">
<li>
Phone no : 9876543210
</li>
<li>
whatsapp no : same as phone no
</li>
</ol>
</p>
<form action="mailto:[email protected]" method="post" enctype = "text/plain">
<p>
<label>Type your name:</label>
<input type="name" name="yourname" value="">
<input type="color" name="" value="">
</p>
<p>
<label>Enter your email</label>
<input type="email" name="youremail" value="">
</p>
<p>
<label>Date of birth</label>
<input type="date" name="" value="">
</p>
<p>
<label>Your message</label>
<p>

<p>
<textarea name="name" rows="8" cols="80"></textarea>
</p>


<p>
<input type="submit" name="" >
</p>

</form>

</body>
</html>

140 changes: 140 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
</head>
<style>
{
margin: 0;
padding: 0;
}
body {
display:grid;
place-content:center;
text-align: center;
background-color: powderblue;
}
h1 {
margin:2em 0;
}
footer {
position:fixed;
bottom:0;
width:100%;
background-color: #dadada;
padding:2em;
}
</style>

<body>
<hr size="3" noshade />
<h1>Hi, I am Sneha Paul</h1>
<p>I am a student</p>
<p>pursuing B.Tech in <em><strong>Electronics and Telecommunication Engineering</strong></em></p>
<hr size="3" noshade />
<h1><strong>Nice to have you here</strong></h1>
<p>Are you looking for any fresher who is pursuing B.Tech in Electronics and Telecommunication, will be graduated in 2022
comfortable with the programming languages like c, Python,HTML, CSS.
Know about Networking, Machine learning,Web Development. Also a hard working person, who wants to gain experience
and want to take a step in Technical Industry
<a href="contacts.html"><strong>Hire me</strong></a> </p>
<hr size="3" noshade />
<h1><strong>My Skillsets</strong></h1>
<table><tbody>
<tr>
<td cellspacing ="20">
c ⭐⭐⭐
</td>
<td cellspacing ="20">
python ⭐⭐⭐⭐
</td>
</tr>
<tr>
<td cellspacing ="20">
HTML ⭐⭐⭐⭐
</td>
<td cellspacing ="20">
Networking ⭐⭐⭐⭐⭐
</td>
</tr>
</tbody></table>
<h1><strong>Training</strong> </h1>

<p>
done training in <strong><a href="https://trainings.internshala.com/machine-learning-training">Machine learning from Internshala</a></strong>,<strong><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/12287450#overview">Web
development from Udemy</a></strong>,<strong>Networking from RCPL</strong>. love to gain knowledge in technical things
</p>
<hr size="3" noshade />
<h2>Education</h2>
<table border="1">
<thead>
<th>
Time
</th>
<th>
Education
</th>
</thead>
<tbody>
<tr>
<td>
2006-2018
</td>
<td>
done schooling from Burdwan Municipal Girls' High School
</td>
</tr>
<tr>
<td>
2018-2022
</td>
<td>
pursuing B.Tech from Kalinga Institute of Industrial Technology

</td>
</tr>
</tbody>

</table>
<h1>Project</h1>
<table border="1">
<thead>
<th>
Time
</th>
<th>
Project
</th>
</thead>
<tbody>
<tr>
<td>
Oct-2020
</td>
<td>
<strong> Real Estate Prices using Machine Learning</strong> Predict the real estate prices based on multiple characteristics using a regression algorithm
</td>
</tr>
<tr>
<td>
July 2020
</td>
<td>
<strong>Audio Signal Processing using Matlab</strong>Generate the signal of the recorded audio.By this project, the frequency spectrum of the audio signal can be shown.
</td>
</tr>
</tbody>

</table>
<h1>Hobbies</h1>
<p>
<a href = "https://en.wikipedia.org/wiki/Singing"> singing, </a>


painting
</p>

</body>
</html>