Skip to content

Commit

Permalink
Week 14
Browse files Browse the repository at this point in the history
  • Loading branch information
YerayDS committed May 10, 2024
1 parent 4906084 commit f63d4c8
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions docs/Week14.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with Meyawo landing page.">
<meta name="author" content="Devcrud">
<title>Blog Yeray da Silva</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>

<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">

<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">My Work Blog</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#blog">Blog</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->



<!-- blog section -->
<section class="section" id="blog">
<!-- container -->
<div class="container text-center">
<p class="section-subtitle">Task Progress</p>
<h6 class="section-title mb-6">Blog</h6>

<!-- blog-wrapper -->
<div class="blog-card">

<div class="blog-card-body">
<h5 class="blog-card-title">Week 14 (May 6th - May 10th)</h6>
<p>
In this fourteenth week, I started by trying to solve the problem I left unresolved the previous week: deploying the intelligent tutor as a container.
I moved around and modified the Dockerfile but couldn't pinpoint the issue. It dawned on me that the problem might be due to missing libraries in the requirements file,
which indeed turned out to be the disabling factor.
<br><br>
After successfully deploying it, I added a section to the Deployment D1 .md file explaining how to launch the tutor container step by step to avoid any issues.
This concluded in a pull request that was later accepted.
<br><br>
Furthermore, I followed the steps on the RADI website to test the different exercises on version 4.5.11 on Windows.
<br><br>
Finally, I wrapped up the week by attempting to deploy RADI on a Mac computer, eventually getting it to deploy but still needing to test the exercises on this version.
And, as with every week, I finished by updating the vlog with another week's progress.
</p>

</div>

</div><!-- end of blog wrapper -->
<a href="index.html#blog" class="btn btn-primary">Return</a>
</div><!-- end of container -->
</section><!-- end of blog section -->

<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright
<script>document.write(new Date().getFullYear())</script> &copy;
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://github.com/YerayDS" class="link"><i class="ti-github"></i></a>
<a href="https://www.linkedin.com/in/yeray-da-silva-3076a81b2/" class="link"><i class="ti-linkedin"></i></a>
</div>
<a href="https://jderobot.github.io/">
<img src="logo.png" class="about-img" width="75">
</a>
</footer>
</div> <!-- end of page footer -->

<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>

<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>

<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>

</body>

</html>

0 comments on commit f63d4c8

Please sign in to comment.