-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProgate.html
More file actions
85 lines (76 loc) · 2.71 KB
/
Progate.html
File metadata and controls
85 lines (76 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> ♥ Progate</title>
<link rel="stylesheet1" href="stylesheet1.css">
</head>
<body>
<div id="header">
<h3>Priyanka Evane</h3>
</div>
<div id="navbar">
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#About Me">About me</a></li>
<li><a href="#Education">Education</a></li>
<li><a href="#Skills">Skills</a></li>
<li><a href="#Projects">Projects</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</div>
<div>
<img class="imgsidebar" src="piya.jpeg">
</div>
<div class="project">
<h2>Priyanka Evane</h2>
<h2>Cs Student</h2>
<h2><a href="http://www.uitrgpv.ac.in/" target="_blank" title="click me"><span>University Institute of Technology RGPV Bhopal</span></a></h2>
</div>
<div class="project">
<h1><a name="About Me">About me</a></h1>
<p>My name is Priyanka Evane.I'm currently pursuing B.tech from uit,rgpv Computer Science Department.I was born and raised in Betul.
I like to travel. I believe travelling gives you a new prespective to everything.You get to know a lot about the different
cultures,the cuisines,their history,the language and all the small unique things every place has to offer.</p>
</div>
<div class="project">
<h1><a name="Education">Education</a></h1>
<ul>
<li>10TH</li>
<li>12TH</li>
<li>College (cont.)</li>
</ul>
</div>
<div class="project">
<h1><a name="Skills">Skills</a></h1>
<ul>
<li>C</li>
<li>C++</li>
<li>Python</li>
<li>Basic knowledge of Red Hat System Administration</li>
<li>Html/Css</li>
</ul>
</div>
<div class="project-title">
<h1><a name="Projects">Projects</a></h1>
<ul>
<li>Rock,paper,scissor game in Python</li>
<li>Birthday Paradox-Find your twin in Python</li>
<li>Speech recognition - This speech recognition program i did in python in which we upload a audio file here and it will give the lyrics of the uploaded audio file as a output.</li>
<li>Guess the Movie kind of game in Python</li>
</ul>
</div>
<div class="project">
<h1><a name="Contact">Contact</a></h1>
<p><a href="priyankaevane18@gmail.com">priyankaevane18@gmail.com</a></p>
<p>7566910019</p>
</div>
<div id="footer">
<ul>
<li><a href="priyankaevane18@gmail.com">Email Id</a></li>
<li><a href="">Linked in</a></li>
<li><a href="">Help</a></li>
</ul>
</div>
</body>
</html>