π Marta's Badges
π©βπ» Skills Marta learned
HTML
CSS
JavaScript
VSCode
Marta hasn't won or participated in any coding challenges yet.
Marta F. Cardoso π΅πΉ
Portuguese located in Lisbon, Portugal π΅πΉ
Marta successfully graduated from at least one SheCodes Coding Workshop and is featured in the SheCodes Hall of Fame
π SheCodes Certifications
SheCodes Basics Add-on
5/5
Highly recommended by Marta - See more reviews
βfunction enroll() {
let course = prompt("Hello! Where are you taking your course?")
.toLowerCase()
.trim();
if (course === "she codes" || course === "shecodes") {
alert("WOW, good choice!");
} else {
alert("I think you should reconsider...");
}
}β
Verified Certificate
Final Project
SheCodes Basics
5/5
Highly recommended by Marta - See more reviews
β<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Testimonial</title>
</head>
<style>
h1 {
text-align: center;
color: #6d5999;
text-decoration: underline;
}
h2 {
text-align: center;
color: #7d8450;
}
h3 {
text-align: center;
}
p {
text-align: center;
color: #333333;
}
span {
font-size: 8px;
color: #333333;
}
</style>
<body>
<h1>This has been great!</h1>
<h2>
I am now counting the euros in order to go to the next round
<span>Don't tell anyone...</span>
</h2>
<p>
Since I was a little girl I always <strong>loved</strong> to go to the
source page of the Websites.
</p>
<p>Exploring the <strong>Console</strong> was a part-time hobby!</p>
<h3>Girls can code! β</h3>
</body>
</html>β
Verified Certificate
Final Project