Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDuos</title>
<link rel="shortcut icon" type="image/jpg" href="images/noun_code_116901.png">
<link rel="stylesheet" href="blog-1.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700&family=Questrial&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="inner-header">
<div class="title">
<a href = "index.html">DevDuos</a>
<img id = "logo" src="images/noun_code_116901.png" alt="Logo">
</div>
<div class="subtitle">
<a href="https://www.linkedin.com/in/solange-wright/">a blog by Solange Wright</a>
</div>
</div>
</div>
<div class="wrapper">
<div class="main">
<span id = "date">November 24, 2020</span>
<h3 id = "main-title">Why I built DevDuos</h3>
<p>
I’ve been immersed in several elements of web development, from prototyping
to scripting, but it doesn’t mean anything if I don’t practice and perfect
the skills.
</p>
<figure>
<img src="images/post-1/screenshot.png" alt="Screenshot">
<figcaption>A Screenshot of my workspace when making the landing page for DevDuos.</figcaption>
</figure>
<p>
This is what I want this site to do. I watched a Youtube video,
that basically shares a short list of habits that will make you a better
web developer. The habits that stuck out to me, and what I want to accomplish
with this blog is:
</p>
<ul>
<li><b>Practicing</b> – taking on new projects and challenging myself</li>
<li><b>Joining</b> the web developer community and listening to the global conversation</li>
<li><b>Contributing</b> to that conversation</li>
</ul>
<p>I hope to accomplish these things with DevsDuos. This blog is my first foot in the
door of the community, and the posts that I will be making will be my contributions
to its discussion.</p>
<a id = "go-back" href = "index.html">
Go Back
</a>
</div>
</div>
</body>
</html>