-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (153 loc) · 8.67 KB
/
index.html
File metadata and controls
170 lines (153 loc) · 8.67 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio of Marco Doctor, an aspiring web developer showcasing projects and skills.">
<meta name="keywords" content="Marco Doctor, portfolio, web developer, data projects, AI projects, Python projects">
<meta name="author" content="Marco Doctor">
<title>Marco Doctor - Portfolio</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="assets/images/favicon.png">
</head>
<body>
<!-- Navigation Bar -->
<nav>
<div class="logo">Marco Doctor</div>
<button class="menu-toggle" aria-label="Toggle Menu">☰</button>
<div class="nav-links">
<a href="#about">About</a>
<a href="#projects">Web Projects</a>
<a href="#data-ai-projects">Data & AI Projects</a>
<a href="#python-projects">Python Projects</a>
<a href="#contact">Contact</a>
</div>
<button id="dark-mode-toggle" class="dark-mode-toggle" aria-label="Toggle Dark Mode">🌙</button>
</nav>
<!-- Hero Section -->
<section class="hero">
<img src="assets/images/favicon.png" alt="Marco Doctor" class="hero-image">
<h1>Marco</h1>
<p>“Building the Web, One Line at a Time”.</p>
<div class="social-links">
<a href="https://github.com/mrcdctr" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/mrcdctr/" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
</div>
</section>
<!-- About Section -->
<section id="about">
<h2>About Me</h2>
<p>
Hi! I’m Marco Doctor, an IT Specialist with extensive experience in system administration, network analysis, and technical support. Over the years, I’ve honed my ability to troubleshoot complex systems, optimize network performance, and deliver reliable technical solutions.
Driven by a passion for technology and innovation, I’m currently expanding my skillset into web development. As an aspiring Web Developer, I’m dedicated to building user-friendly, interactive, and scalable web applications. I thrive on solving problems, crafting clean and intuitive designs, and developing efficient backend systems that deliver seamless user experiences.
My portfolio reflects my commitment to continuous learning and professional growth. Whether it’s mastering new programming languages, exploring cutting-edge frameworks, or contributing to collaborative projects, I’m always eager to push boundaries and embrace new challenges.
I’m excited to collaborate on innovative projects and contribute to impactful solutions that make a difference. Let’s connect and create something amazing together!
</p>
<p><strong>Skills:</strong> HTML, CSS, JavaScript, Python, Streamlit, React, Node.js, SQL, Git, and more.</p>
</section>
<!-- Web Development Projects Section -->
<section id="projects">
<h2>Web Development Projects</h2>
<div class="projects">
<div class="project-card">
<h3>Content Management System (CMS) 🏗️</h3>
<p>Coming soon..</p>
<button class="modal-btn" data-modal="modal1">View More</button>
</div>
<div class="project-card">
<h3>E-commerce Website 🛒</h3>
<p>Coming soon..</p>
<button class="modal-btn" data-modal="modal2">View More</button>
</div>
<div class="project-card">
<h3>Chat Application 💬</h3>
<p>Coming soon..</p>
<button class="modal-btn" data-modal="modal3">View More</button>
</div>
</div>
</section>
<!-- Data & AI Projects Section -->
<section id="data-ai-projects">
<h2>Data & AI Projects</h2>
<div class="projects">
<div class="project-card">
<h3>GDP Dashboard 📊</h3>
<p>Interactive GDP visualization using Streamlit.</p>
<a href="https://gdp-dashboard-44b0eke58uz.streamlit.app/" target="_blank" class="btn btn-primary">Live Demo</a>
</div>
<div class="project-card">
<h3>Movie Dataset 🎬</h3>
<p>A web application for analyzing movie datasets.</p>
<a href="https://movies-dataset-prn370gvp8.streamlit.app/" target="_blank" class="btn btn-primary">Live Demo</a>
</div>
<div class="project-card">
<h3>AI Chatbot 🤖</h3>
<p>Conversational AI chatbot using LLM.</p>
<a href="https://chatbot-h5jilvj1nwi.streamlit.app/" target="_blank" class="btn btn-primary">Live Demo</a>
</div>
</div>
</section>
<!-- Python Projects Section -->
<section id="python-projects">
<h2>Python Projects</h2>
<p>Here are some of the Python projects I've worked on:</p>
<div class="projects">
<div class="project-card">
<h3>Python Cheat Sheet</h3>
<p>A curated collection of Python syntax, tips, and examples for quick reference.</p>
<a href="https://github.com/mrcdctr/python-cheat-sheet" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
<div class="project-card">
<h3>Python Developer Course</h3>
<p>Resources and projects created while taking a Python developer course.</p>
<a href="https://github.com/mrcdctr/python-developer-course" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
<div class="project-card">
<h3>Meme Generator</h3>
<p>A Python application for generating memes with custom captions.</p>
<a href="https://github.com/mrcdctr/meme-generator" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
<div class="project-card">
<h3>Web Scraping App</h3>
<p>A tool for scraping and analyzing data from websites using Python.</p>
<a href="https://github.com/mrcdctr/web-scraping-app" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
<div class="project-card">
<h3>Password Vault</h3>
<p>A secure password management application built with Python.</p>
<a href="https://github.com/mrcdctr/password-vault" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
<div class="project-card">
<h3>Weather Notification System</h3>
<p>This Python application fetches weather forecasts from the OpenWeatherMap API
and sends notifications about significant weather conditions (rain, snow, extreme heat)
via Twilio SMS. It also logs notifications to a text file for later reference.
The script is highly customizable and allows users to input their location and desired forecast duration.
</p>
<a href="https://github.com/mrcdctr/weather-notification-system" class="btn btn-primary"target="_blank">View on GitHub</a>
</div>
</div>
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/xvgzaeny" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" rows="5" required></textarea>
<button type="submit">Send</button>
</form>
</section>
<!-- Footer -->
<footer>
© 2025 Marco Doctor. All Rights Reserved.
</footer>
<!-- Scripts -->
<script src="script.js"></script>
</body>
</html>