-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (63 loc) · 3.71 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Michel's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Michel T</h1>
<p>Computer Scientist</p>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://mcodexd.github.io/Michel.github.io-/">Work</a></li>
</ul>
</nav>
<main>
<section id="about">
<h2>About Me</h2>
<p>Welcome to my portfolio. I'm Michel, a computer scientist and technology enthusiast. At 22, I'm a student with a passion for learning and personal growth. I've gained valuable experience working in technology retail, assisting customers, and exploring the vast realm of knowledge. I'm driven by curiosity and innovation, and I aspire to uncover the truth in all aspects of life.
I appreciate constructive criticism as it helps me learn and evolve. My journey has only just begun, and my current aspiration is to innovate and develop new technologies for the benefit of future generations. I hope to educate and inspire younger generations eager to explore the vast realm of knowledge.</p>
</section>
<section id="projects">
<h2>Projects</h2>
<p>Throughout my journey in technology, I have developed a diverse set of skills. I have created numerous video games, explored audio production, music composition, animations, and video editing. I've also ventured into web development and gained proficiency in a wide array of programming languages, such as C#, C++, Python, Java, Node.js, SQL, C, HTML, CSS, and JavaScript.
One of my proudest achievements is the development of Xindex, a virtual assistant I created for a school project. Xindex can identify physical objects and serves a variety of purposes, from aiding the visually impaired to providing weather updates. It demonstrates the potential of technology to address diverse and meaningful challenges.</p>
</section>
<section id="websites">
<h2>Websites</h2>
<div class="website">
<img src="rytmxdgx-removebg-preview.png" alt="Website 1">
<h3>Eleumania</h3>
<p>This is a website I mad for a company named eleumania academy. It is an esport academy taht has profesional coaches and players teaching students about verious video games</p>
<a href="https://mcodexd.github.io/mcodexd.github.io-/">Learn More</a>
<div class="pic"><img src="icons8-cute-hamster-24.png" alt="Website 1"></div>
<h3>Sins'clothings</h3>
<p>This is a site im currentley working on for a client this project will take me 3 months to finish working 1 hour a day. You can see my progress if you follow the link below</p>
<a href="https://mcodexd.github.io/Shop.github.io-//">Learn More</a>
</div>
</section>
<section id="contact">
<h2>Contact Me</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</main>
<section id="animation">
<div class="animation-container">
<div class="black-box">
<div class="moving-ball"></div>
</div>
</div>
</section>
<footer>
© 2023 Michel T
</footer>
<script src="script.js"></script>
</body>
</html>