-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 2.39 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Single page HTML CV</title>
<meta property="og:title" content="Sance C Shaji's CV" />
<meta
property="og:description"
content="A brief overview of Sance C Shaji's professional background and skills."
/>
<meta property="og:image" content="curriculum-vitae.png" />
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="curriculum-vitae.png" type="image/x-icon" />
</head>
<body>
<hr style="width: 70%; margin-left: 10px;" />
<h2>Sance C Shaji</h2>
<h4 style="color: green">Junior Software Trainee</h4>
<p>
Chalikara (H), <br />
Ernakulam (Dist), <br />
Kerala, India - 686667 <br />
sancecshaji@gmail.com
</p>
<b><p style="color: green">Skills</p></b>
HTML | CSS | JavaScript | Bootstrap | PHP | MySQL | MongoDB | Git |
GitHub<br />
<b><p style="color: green">Education</p></b>
<p>
Master of Computer Applications<br />
Nirmala College Muvattupuzha, 2025
</p>
<p>
Bachelor of Computer Applications<br />
Mar Augustinose College Ramapuram, 2023
</p>
<b><p style="color: green">Experience</p></b>
<p>
Junior Software Trainee<br />
EGlobe ITS Pvt Ltd, October 2025 - Present
</p>
<b><p style="color: green">Projects</p></b>
<p>
<b>Online College Store</b><br />
Developed a web application for an online college store using HTML, CSS,
JavaScript, PHP, and MySQL. Implemented features like user registration,
product browsing, cart management, and order processing.
</p>
<p>
<b>AI Healthcare Chatbot</b><br />
Designed a healthcare web application with an AI chatbot for diet plans,
illness forecasts, and health discussions, including BMI calculation.
</p>
<b><p style="color: green">Across the Internet<br /></b>
<a href="https://www.linkedin.com/in/sance-s-0b660b10b/" style="text-decoration: none; color:black;">LinkedIn</a>
<a href="https://github.com/Sancetiano" style="text-decoration: none; color:black;">GitHub</a>
<a href="https://www.reddit.com/user/s4nce2/" style="text-decoration: none; color:black;">Reddit</a>
</p>
</body>
</html>