forked from giotsere/minimalist-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (73 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Kiran Last</title>
<style>
img {
border-radius: 50%;
}
</style>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="Pic.jpg" style="width:200px">
<h2>Kiran Last</h2>
<a href="#"><i class="fab fa-researchgate"></i></a>
<a href="#"><i class="fab fa-google"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Kiran-5"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
<h2 style="color:Yellow">About</h2>
<p align="justify" style="color:white">I work as a doctoral researcher at xxxxxxxxxxx.</p>
<h2 style="color:Yellow">Research Interests</h2>
<ul type="square">
<li><p align="justify" style="color:white">Supply Chain Management</p></li>
<li><p align="justify" style="color:white">Multi-Criteria Decision Making</p></li>
</ul>
<h2 style="color:Yellow">Education</h2>
<ul type="square">
<li><p align="justify" style="color:white"><strong>PhD - Industrial Engineering</strong> | (2021 - Current)</br><i>........ Institute of Technology, ........</i></p></li>
</br>
<li><p align="justify" style="color:white"><strong>M.Tech - AMMSD</strong> | (2017 - 2019)</br><i>College of Engineering</i></p></li>
</br>
<li><p align="justify" style="color:white"><strong>B.Tech - Mechanical Engineering</strong> | (2013 - 2017)</br><i>....... University</i></p></li>
</ul>
<h2 style="color:Yellow">Experience</h2>
<ul type="square">
<li><p align="justify" style="color:white">Designation | Company | Apr 201x-Jul 202x</p></li>
<li><p align="justify" style="color:white">Designation | Company | Apr 201x-Jul 202x</p></li>
</ul>
<h2 style="color:Yellow">MOOCs Attended</h2>
<ul type="square">
<li><p align="justify" style="color:white">Designation | Company | Apr 201x-Jul 202x</p></li>
<li><p align="justify" style="color:white">Designation | Company | Apr 201x-Jul 202x</p></li>
</ul>
<h2 style="color:Yellow">Publications</h2>
<ol>
<li><p align="justify" style="color:white">To be updated.</p></li>
</ol>
<h2 style="color:Yellow">Contact</h2>
<p style="color:white">[email protected]</p>
</div>
</div>
</br>
</br>
</br>
</br>
<footer class="site-footer">
<p>© 2022 | Made with ❤️ by Kiran
<span style="float:right;padding-right:15px;">Theme Source :
<a href="https://github.com/giotsere/minimalist-portfolio">Click Here</a>
</span>
</p>
</br>
</footer>
</body>
</html>