-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
58 lines (41 loc) · 1.65 KB
/
resume.html
File metadata and controls
58 lines (41 loc) · 1.65 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Balaji 's Resume</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Harrison Kong's Resume">
<!-- remove the following line after you are happy with your Website
so that search engines will index it! -->
<meta name="robots" content="noindex, nofollow">
</header>
<body>
<hr>
<img src="images/headshot.jpg" alt="Balaji 's headshot" width="20%">
<h1>Balaji G</h1>
<h4>Student in his Sophomore Year</h4>
<p>Email: <a href="mailto:gbalaji20002000@gmail.com" target="_blank">gbalaji20002000@gmail.com</a></p>
<!-- don't post physical address, personal phone number or other personal information on the web! -->
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/BalajiG2000" target="_blank">https://github.com/BalajiG2000</a></h3>
<h2>Education</h2>
<h3>JUET ,GUNA</h3>
<h4>B.Tech Computer Science, CGPA 9.2</h4>
<h2>Professional Experiences</h2>
<h3>Content Writer </h3>
<h4>Careers360.Inc - INDIA</h4>
<h5>April, 2019-June,2019</h5>
<ul>
<li>Guide Students in choosing the most sought out courses in our country.</li>
<li>Clear the career doubts of students worldwide</li>
</ul>
</ul>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
</html>