-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.html
More file actions
134 lines (122 loc) · 6.27 KB
/
Copy pathProjects.html
File metadata and controls
134 lines (122 loc) · 6.27 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
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta charset="utf-8"/> <meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> RM Projects</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/png" sizes="32x32" href="logo.png" />
<meta name="author" content="RM." />
<meta name="description" content="Just a personnal website." />
</head>
<body>
<header class="main-header">
<div class="header-row">
<div class="header-logo">
<a href="index.html">
<img src="logo.png" alt="" width="60" height="60">
</a>
</div>
<div class="header-container">
<ul>
<li><a href="Projects.html" class="header-button"><strong>PROJECTS</strong></a></li>
</ul>
</div>
</div>
</header>
</div>
<br><br><br><br>
<section id ="projects"></section>
<h1>My Projects </h1>
<br><br><br><br><br><br><br><br>
<hr>
<section class="projects">
<div class="project">
<img class="project-img" src="compressed.png" alt="Project 1 Image">
<h3>Image Compression Algorithmic</h3>
<p>This project has been developed incrementally through several process with the aim of debugging and improving the code step by step. The test images used are in PPM format. Compressing them reduces this memory footprint.</p>
<a href="https://github.com/Raphaelmos/Kmeansonimage" target="_blank"><img src="gitlogo.png" alt="Project 1 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="https://media.giphy.com/media/PYqBOZ1BT9Ietu8rDn/giphy.gif" alt="Project 2 Image">
<h3>Space Jump Alpha</h3>
<p>A platformer game in Godot reproducing the concept of doodle jump but in space. I personally handled all the draws, so every sprites in this game.</p>
<a href="https://github.com/Raphaelmos/SpaceJump" target="_blank"><img src="gitlogo.png" alt="Project 2 Icon"></a>
</div>
<div class="project">
<div class="video">
<video class="center" width="295" height="195" controls>
<source src=”paintalpha.mp4” type=video/mp4>
<source src="paintalpha.mp4" type=video/mp4>
</div>
<h3>Paint Application</h3>
<p>This is a paint application made in JavaScript with the video showing one of my Paint made in Python.</p>
<a href="https://github.com/Raphaelmos/paintjsonline" target="_blank"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="music.png" alt="Project 4 Image">
<h3>Music Player Virap</h3>
<p>An simple music application that load music from your audio files and play it in Android mobile.</p>
<a href="https://github.com/Viet281101/MusicPlayerVirap" target="_blank"><img src="gitlogo.png" alt="Project 4 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="towerdefense.png" alt="Project 5 Image">
<h3>TowerDefense3D</h3>
<p>This was a student team project to build a tower defense game in 3D using JavaScript in a short time period. Players must strategically place defensive towers on a map to defend bases from incoming enemy waves.
The game includes towers, enemies, maps, music and players can interact with it in the browser through positioning towers and defending bases from enemy unit</p>
<a href="https://github.com/Raphaelmos/TowerDefense3D" target="_blank"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="marketer.jpg" alt="Project 6 Image">
<h3>Market Management</h3>
<p>This project is a product management web application created with Python. It allows users to view, add, update and delete products in a mini market database. </p>
<a href="https://github.com/Raphaelmos/minimarketmanage" target="_blank"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="train.png" alt="Project 7 Image">
<h3>Colt Express in Python</h3>
<p>Implementation of the board game Colt Express in Python including game logic, card abilities and a user interface.</p>
<a href="https://github.com/Raphaelmos"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
<div class="project">
<img class="project-img" src="compil.png" alt="Project 8 Image">
<h3>Compilator Project</h3>
<p>This project implements a small programming language compiler for a course. It includes a lexer, parser, semantic analyzer and code generator to MIPS assembly.
The language has basic types, expressions, instructions and functions and the compiler is tested against examples.</p>
<a href="https://github.com/Raphaelmos" target="_blank"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
</div>
<div class="project">
<div class="video">
<video class="center" width="280" height="195" controls>
<source src=”paintalpha.mp4” type=video/mp4>
<source src="paintalpha.mp4" type=video/mp4>
</div>
<h3>Paint Application</h3>
<p>A simple Paint made in Python with a few features like a color palette, erase all, size of brush.</p>
<a href="https://github.com/Raphaelmos/Series/tree/main/Different%20projects/Paint%20Application%20Python" target="_blank"><img src="gitlogo.png" alt="Project 3 Icon"></a>
</div>
</section>
</div>
<hr>
<div> </div>
<div class="others">
<h4>Many other projects available : </h4>
<div style="text-align: center;">
<button style="background-color: #333339; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 26px;">
<a href="https://github.com/Raphaelmos?tab=repositories" style="color: green;">HERE</a>
</button>
</div>
</div>
<div> </div>
<div> </div>
<div> </div>
<footer class="main-footer">
<div class="footer-row">
<div class="footer-container">
<ul>
<span style="color:#FF9020;"><p>2021 Tous droits réservés au site ©</p>
</ul>
</div>
</div>
</footer>