- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
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
/* | |
* File: Wordify.java | |
* Author: ValentinTT | |
* Created on: 12/12/2023 | |
* Description: Convert an integer to the text version in Spanish. | |
* License: MIT | |
*/ | |
import java.util.HashMap; |
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
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<nav id="navbar"> | |
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> | |
<header id="nav-title">Errors and Exceptions</header> | |
<ul> | |
<a href="#Syntax_Errors" class="nav-link">Syntax Errors</a> | |
<a href="#Exceptions" class="nav-link">Exceptions</a> | |
<a href="#Handling_Exceptions" class="nav-link">Handling Exceptions</a> | |
<a href="#Raising_Exceptions" class="nav-link">Raising Exceptions</a> | |
<a href="#User-defined_Exceptions" class="nav-link">User-defined Exceptions</a> |
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
<script src="https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js | |
"></script> | |
<header id="header"> | |
<!--//TODO: The img is only use to pass the fcc test--> | |
<img src="" id="header-img"> | |
<div class="parallax-top"> | |
<div class="title-container"> | |
<h1>Kindle “A New Way of Reading”</h1> | |
</div> | |
</div> |
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
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<!-- | |
Hello Camper! | |
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding! | |
- The freeCodeCamp Team |
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
<footer> | |
<a class="link" href="https://github.com/ValentinTapiaTorti" target="_blank">Valentin TT</a> | |
</footer> |
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
<div class="container"> | |
<h2 class="center-align"> <i class="fa fa-wikipedia-w left-align" aria-hidden="true"></i>ikipedia viewer</h2> | |
<div class="row"> | |
<div class="offset-m3 col s10 m6"> | |
<div class="input-field"> | |
<input id="search-input" type="text" name="search" class="validate"> | |
<label for="search-input">Search</label> | |
</div> |
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
<h1 class="text-center pt-5 hidden-sm-down" id="tittle">Random Quote Machine</h1> | |
<div style="mh-100" class="fullheight container d-flex justify-content-center align-items-center"> | |
<div class="row"> | |
<div class="col-12"> | |
<div class="card"> | |
<div class="card-block"> | |
<p><i class="fa fa-quote-left fa-lg fa-pull-left fa-border" aria-hidden="true"></i><span></span></p> | |
</div> | |
<div class="card-footer text-right"> | |
<p></p> |
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
<div class="container-fluid"> | |
<div class="container text-center"> | |
<div class="row"> | |
<!--Top image--> | |
<div class="card rounded" id="card-image"> | |
<h2 class="card-title">René Favaloro</h2> | |
<img src="http://res.cloudinary.com/dzlmilfku/image/upload/v1495335864/favaloro_snzfz3.jpg" alt="Rene Favaloro at his office" class="card-img img-responsive rounded" /> | |
</div> | |
<!--Rene's bibliography--> |