-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
49 lines (49 loc) · 1.85 KB
/
portfolio.html
File metadata and controls
49 lines (49 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<h1>About me</h1>
<title>Portfolio</title>
<link rel = "stylesheet" href = "style.css">
</head>
<body>
<p>I am Jabeen Taj M from Hosur. Now I am currently pusuing B.E.(Computer Science and Engineering) in ER.Perumal Manimekalai College of Engineering(Autonomous Institution). I have a strong interest in Data Analytics and Full Stack Development field.</p>
<h1>
Personal Information
</h1>
<p>
<b>Name:</b> Jabeen Taj M<br><b>Professional Email:</b>jabeentaj1112003@gmail.com<br><b>LinkedIn Profile:</b>https://www.linkedin.com/in/jabeen-taj-839036259</br><b>Github link:</b>https://github.com/Jabeen2003
</p>
<h1>
Skills
</h1>
<img src="skills.jpg" width="600" height="250">
<li>Python.</li>
<li>C.</li>
<li>HTML.</li>
<li>CSS.</li>
<li>Java.</li>
<h1>Projects</h1>
<li>Smart Bus Pass App.</li>
<li>Online Transaction Fraud Detection.</li>
<li>Capstone Project: Netflix Dashboard using Power BI.</li>
<li>Socio Economic Analysis.</li>
<div class="container">
<h1>Query form</h1>
<form id="query form">
<lable for="Name"><b>Name:</b> </lable>
<input type="text" name="fname" placeholder="Your name.."><br>
<br>
<label for="Email"><b>E-Mail:</b></label>
<input type="email" mail="mailid" placeholder="abc@gmail.com"><br>
<br>
<label for="Message"><b>Message:</b></label>
<br>
<textarea id="Message" name="Message" placeholder="Write something.." style="height:100px"></textarea><br>
<div class="Button"> <input type="submit" value="Submit"><br></div>
<br>
</div>
</form>
</div>
<script src="script.js"></script>
</body>
</html>