Update main.html with favicon and theme color

This commit is contained in:
EthanPisani 2024-10-21 23:24:37 -04:00
parent 6b9468e028
commit 93fe7eaa32

View File

@ -26,7 +26,12 @@
href="{{ url_for('static',filename='css/main.css') }}" href="{{ url_for('static',filename='css/main.css') }}"
/> />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#000000" />
<link
rel="icon"
href="{{ url_for('static',filename='img/favicon.ico') }}"
/>
<!-- Particles.js Library --> <!-- Particles.js Library -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</head> </head>
@ -207,7 +212,7 @@
<li>Created 2 Machine Learning Agents to play the video game CSGO</li> <li>Created 2 Machine Learning Agents to play the video game CSGO</li>
<li>Object detection Model using Yolov7 in Pytorch and A* path finding</li> <li>Object detection Model using Yolov7 in Pytorch and A* path finding</li>
<li>Behavioural Cloning Model using JAX/FLAX running from a OpenAI GYM environment</li> <li>Behavioural Cloning Model using JAX/FLAX running from a OpenAI GYM environment</li>
<li>Achieved 87% accuracy on custom data set of over 5,000 images></li> <li>Achieved 87% accuracy on custom data set of over 5,000 images</li>
</ul> </ul>
<hr> <hr>