-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!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 3 (February 19th - February 23th)</h6> | ||
<p> | ||
|
||
During this third week, I focused on successfully deploying D1, ensuring access to the section containing all the exercises and enabling navigation into each of them. | ||
After numerous hours of attempts and carrying out the process for Linux, I managed to achieve the D1 deployment. | ||
<br> | ||
<div style="text-align: center;"> | ||
<img src="assets/imgs/ejerciciosUnibotics.png" alt="Pagina react" width="750"> | ||
</div> | ||
<br> | ||
<div style="text-align: center;"> | ||
<img src="assets/imgs/ejercicioParticular.png" alt="Pagina react" width="750"> | ||
</div> | ||
<br> | ||
<br> | ||
Additionally, I spent time refining the REACT code of the webpage to further enhance my understanding of its functionalities, | ||
and I ended up making some visual adjustments to the webpage. | ||
<br> | ||
<br> | ||
<div style="text-align: center;"> | ||
<img src="assets/imgs/retoquereact1.png" alt="Pagina react" width="750"> | ||
</div> | ||
<br> | ||
<div style="text-align: center;"> | ||
<img src="assets/imgs/retoquereact2.png" alt="Pagina react" width="750"> | ||
</div> | ||
<br> | ||
Finally, towards the end of the week, I delved into learning about Dash technology, an open-source library from Plotly that allows for creating comprehensive dashboards with multiple components, | ||
interactivity, and multiple graphs. | ||
</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> © | ||
</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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters