-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 3.72 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 3.72 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
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="stylesheet" href="project-1.css">
<title> project-1 </title>
</head>
<body>
<main>
<section class="topic">
<div class ="container">
<h1 class="press-start"> Dev-Portofolio </h1><br>
<p class="lead"> Project 1 </p>
</div>
</section>
<div class="page-topics">
<section class="topics">project topics :</section><br>
<a class="tlink" href="http://127.0.0.1:5500/project-1/index.html#Intro:~:text=*-,My%20First%20Project%20%3A,-This%20project%20started"> * My first Project </a>
</div>
<section class="description">
<article class="subheaders">
<h2>* My First Project :</h2>
<p class="words"> This project started as something small — just a way to earn a certificate for my LinkedIn.
At first, I didn’t expect much from it. But as I began coding, something clicked.
I realized I wasn’t just completing a requirement — I was building my first real project.<br><br> Every line of code taught me something new — how to debug, how to structure, how to create.
What started as a task slowly became a passion.
This project became the start of my journey as a developer —
a reminder that sometimes, the smallest beginnings lead to the biggest changes.</p>
</article>
<article class="subheaders">
<h2> * Project Intro </h2>
<p class="words"> This project began when I started a GitHub course at Cairo University.
At first, my goal was simple — I just wanted to understand how GitHub works: repositories, commits, branches, and all the basics of version control.
But as I explored more, I realized it was more than just a tool — it was a whole new way of thinking about collaboration and coding.
Through this project, I learned how developers share ideas, track progress, and build together. <br><br>
It marked the beginning of my journey into the real world of software development. First, There was just a normal course with attending some sessions and learning alone in home but i didn't understand fully about it. Secondly, There was also quizes in college so i needed to study and learn what we took. Finally, The thing that i didn't want it to happen <strong>THE COURSE'S GRADUATION PROJECT.</strong> </p>
</article>
<article class="subheaders">
<h2> * What I Learned </h2>
<p class="words"> Through this project, I learned not just how to use GitHub, but how to think like a<strong> DEVOLOPER </strong>. TBH, my cousin helped me alot in this project he teached me the basics of github and HTML & CSS and let me do this project the <strong class="topic-name">Dev-Portofolio</strong></p>
</article>
</section>
<footer class="site-footer">
<div class="footer">
<section class="contact">
<ul>
<li>Email: <a href="mailto:csmtyya@gmail.com">csmtyya.com</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/mohamed-tamer-98a13b332/" target="_blank" rel="noopener">LinkedIn</a></li>
<li>GitHub: <a href="https://github.com/CSMTYYA" target="_blank" rel="noopener">CSMTYYA</a></li>
</ul>
</section>
<p>© <span>2025</span> Mohamed Tamer — Built with HTML & CSS.</p>
</div>
</footer>
</main>
</body>
</html>