diff --git a/scripts.js b/scripts.js index 5e940ad..418ce5e 100644 --- a/scripts.js +++ b/scripts.js @@ -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' }, ];