Skip to content

Commit

Permalink
modified: scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arezyhs committed May 29, 2024
1 parent de20c6f commit e1e334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener('DOMContentLoaded', () => {
const projects = [
{ title: 'C++ Data Structur and Algorithm: Tree Topology Network', description: 'Simple program about "Network Traffic Monitoring and Simulation of Tree Topology Network" using C++ to learn about Data Structure and Algorithm', url: 'https://github.com/arezyhs/cplusplus-network-traffic-monitoring-and-tree-topology-network' },
{ title: 'C++ Data Structure and Algorithm: Tree Topology Network', description: 'Simple program about "Network Traffic Monitoring and Simulation of Tree Topology Network" using C++ to learn about Data Structure and Algorithm', url: 'https://github.com/arezyhs/cplusplus-network-traffic-monitoring-and-tree-topology-network' },
{ title: 'C++ Fundamental: Text-Based RPG Game', description: 'This project is a simple text-based RPG game written in C++. Players navigate through a fantasy world, encountering enemies and making choices to progress in the game.', url: 'https://github.com/arezyhs/cplusplus-final-project-rpg-game' },
{ title: 'Project 3', description: 'Description of project 3', url: 'https://github.com/arezyhs/project3' },
];
Expand Down

0 comments on commit e1e334f

Please sign in to comment.