Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMazin1 authored Mar 27, 2024
1 parent d2ae2ce commit 4dd41c2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My GitHub Repository</title>
<title>RP4 ABM Hamster</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -45,13 +45,12 @@
</head>
<body>
<div class="container">
<h1>Welcome to My GitHub Repository</h1>
<p>This is a collection of my projects and files. Feel free to explore the files listed below:</p>
<h1>Welcome to the GitHub Repository for the Hamster Agent Based Model Group</h1>
<p>This is a collection our model and anlysis code. Feel free to explore the files listed below:</p>
<ul class="file-list">
<li><a href="file_name_here.html">File Name Here</a></li>
<li><a href="another_file.html">Another File</a></li>
<li><a href="project_folder/">Project Folder</a></li>
<!-- Add more links to your files or folders as needed -->
<li><a href="RP4 Hamster Model fianl.html">NetLogo Online Model (use in browser)</a></li>
<li><a href="RP4 Hamster Model fianl.nlogo">NetLogo Model (download and run)</a></li>
<li><a href="Netlogo analysis.py">Analysis Code</a></li>
</ul>
</div>
</body>
Expand Down

0 comments on commit 4dd41c2

Please sign in to comment.