-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (95 loc) · 2.96 KB
/
index.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
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="sty.css">
</head>
<body>
<header>
<div class="user">
<img src="Photo.jpg">
<h5 class="nm">Pranav S Padmannavar</h5>
<p class="jb">Student</p>
</div>
<nav class="nv">
<ul>
<li><a href="#Details">Details</a></li>
<li><a href="#Education">Education</a></li>
<li><a href="#Technical Skills">Technical Skills</a></li>
<li><a href="#Project">Project</a></li>
</ul>
</nav>
</header>
<section class="Details" id="Details">
<h1 class="heading"><span>Details about me</span></h1>
<div class="Row">
<div class="det">
<h3><span>Name: </span>Pranav S Padmannavar</h3>
<h3><span>Age: </span>23</h3>
<h3><span>Gender: </span>Male</h3>
<h3><span>Email: </span>[email protected]</h3>
<h3><span>Phone_no: </span>8277122885</h3>
</div>
</div>
</section>
<section class="Education" id="Education">
<h1 class="title"><span>Education</span></h1><br><br><br>
<table>
<tr>
<th>Cource</th>
<th>Name of the institude</th>
<th>University</th>
<th>Percentage</th>
</tr>
<tr>
<td>SSCL</td>
<td>St. Pauls High School,Camp Belgaum</td>
<td>KSEEB</td>
<td>74</td>
</tr>
<tr>
<td>Pre University - Science</td>
<td>Jain PU College</td>
<td>State Board of Karnataka</td>
<td>67</td>
</tr>
<tr>
<td>BE</td>
<td>Jain College of Engineering</td>
<td>VTU</td>
<td>7.245 CGPA</td>
</tr>
</table>
</section>
<br><br><br><br><br><br>
<section class="Technical Skills" id="Technical Skills">
<h1 class="head"><span>Technical Skills</span></h1>
<div>
<ul id="lis">
<li>Java</li>
<li>C++</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Oracle</li>
<li>MySQL</li>
<li>Python</li>
<li>Manual Testing</li>
</ul>
</div>
</section>
<section class="Project" id="Project">
<h1 class="heading"><span>Project</span></h1>
<div class="Row">
<div class="det">
<h3><span>Role: </span>Team member</h3>
<h3><span>Title: </span>Determination of Thermal Conductivity of Composite Materials.</h3>
<h3><span>Description: </span>To determine the thermal conductivity of different composite materials by using rectangular slab arrangement method.
Comparing the obtained values of thermal conductivity of composite materials with the standard values from literature survey.</h3>
</div>
</div>
</section>
</body>
</html>