-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (76 loc) · 3.5 KB
/
index.html
File metadata and controls
91 lines (76 loc) · 3.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ram Tejesh Reddy Maddi | Software Developer</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Particle Background -->
<canvas id="particles"></canvas>
<header class="hero">
<h1 class="glow-text">Ram Tejesh Reddy Maddi</h1>
<h3 id="subtitle"></h3>
<p class="contact">📧 ramtejeshreddymaddi@gmail.com | 📱 902 412 7439</p>
</header>
<section class="glass-card">
<h2>About Me</h2>
<p>
Software developer with hands-on experience building and deploying full-stack and mobile applications using React Native, JavaScript, and Supabase. Passionate about problem-solving and continuous learning, I convert complex challenges into user-focused solutions.
</p>
</section>
<section class="glass-card">
<h2>Key Skills</h2>
<div class="skills">
<span>Java</span><span>React Native</span><span>JavaScript</span><span>Supabase</span>
<span>REST API</span><span>MySQL</span><span>HTML/CSS</span><span>Testing</span><span>SDLC</span>
</div>
</section>
<section class="glass-card">
<h2>Professional Experience</h2>
<div class="project">
<h3>ICT Intern — Shannex (2024)</h3>
<p>Supported IT operations including system troubleshooting, hardware imaging, and software maintenance. Authored SOPs that improved onboarding efficiency and reliability across IT systems.</p>
<ul>
<li>Streamlined hardware inventory tracking with Excel and internal tools.</li>
<li>Resolved user account and network issues daily, minimizing downtime.</li>
<li>Documented core processes for maintainability and standardization.</li>
</ul>
</div>
</section>
<section class="glass-card">
<h2>Projects</h2>
<div class="project">
<h3>📘 Academic Research Database (2025)</h3>
<p>Built a full-stack academic publishing platform using React Native, Python, and Supabase featuring AI-powered PDF summarization and text-to-speech for accessibility.</p>
</div>
<div class="project">
<h3>🛒 E-Commerce Website (2024)</h3>
<p>Developed a responsive e-commerce site using HTML, CSS, JavaScript, and MySQL that enabled seamless browsing and purchase processes with a scalable backend.</p>
</div>
<div class="project">
<h3>📱 Vocabulo App (2025)</h3>
<p>A React Native app that helps users master vocabulary with interactive exercises synced via Supabase cloud storage.</p>
<a href="https://github.com/ramtejeshmaddi/VocabularyApp.git" target="_blank">🔗 View on GitHub</a>
</div>
</section>
<section class="glass-card">
<h2>Education & Certifications</h2>
<ul>
<li><strong>Bachelor of Applied Computer Science</strong> — Dalhousie University, Halifax</li>
<li><strong>AWS Cloud Practitioner</strong> — Amazon, 2025</li>
<li><strong>French Course</strong> — LearningFrenchWithClemence, 2026</li>
</ul>
</section>
<footer class="glass-footer">
<p>© 2026 Ram Tejesh Reddy Maddi — Portfolio</p>
<div class="contact-info">
<span><a href="mailto:ramtejeshreddymaddi@gmail.com">Email</a></span>
<span><a href="https://ca.linkedin.com/in/ram-tejesh-reddy-maddi-813a25226" target="_blank">LinkedIn</a></span>
<span><a href="https://github.com/ramtejeshmaddi" target="_blank">GitHub</a></span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>