-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (37 loc) · 1.84 KB
/
index.html
File metadata and controls
45 lines (37 loc) · 1.84 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
<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 href="/carousel.css" /> -->
<!-- This is a test for my push script try 6 -->
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<title>Home | Krishna Bose</title>
</head>
<body class="light -grey">
<div style="text-align: center">
<p style="font-size: 4rem;color: #616161">KRISHNA <span style="color: black">BOSE</span></p>
<a href='https://www.linkedin.com/in/krishnabose' target="_blank">www.linkedin.com/in/krishnabose</a>
•
<a href='https://www.github.com/krishnabose02' target="_blank">www.github.com/krishnabose02</a>
<br>
<a href='mailto:krishna.bose02@gmail.com' target="_blank">Drop a mail here</a>
•
<a href='tel:+918697549099'>+91 8697 549099</a>
<p>Final year undergrad | Mobile app developer</p>
<p>AR enthusiast | Java TypeScript C/C++</p>
<hr>
<p style="font-size: 2rem;color: #f44336">WARNING!!</p>
<p style="font-size: 1.8rem;color: #f44336">Career development under progress!</p>
<p style="font-size: 1.2rem">Meanwhile whould you like to take a look at my <a href="https://krishnabose02.github.io/cv.pdf" target="_blank">CV</a> instead?</p>
</div>
<div>
</div>
</body>
</html>