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">
<link rel="stylesheet" href="style.css">
<!--Favicon-->
<link rel="shortcut icon" type="image/jpg" href="images/noun_code_116901.png">
<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">
<title>DevDuos</title>
</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="description">
<h4>A professional journal where I document new projects that I am taking on.</h4>
</div>
<div class="featured">
<div class = "div-text">
<h3><b>NEW:</b> Cloning Google</h3>
<em>Posted on Dec. 19, 2020</em>
<img src="images/google.png" alt="Google Homepage">
<p>
As one of my first mini-practices, I decided to recreate the Google Homepage. This one took longer than expected,
only because I could not finish until finals were over. I created this using both <b>CSS Grid</b> and <b>Flexbox</b>.
</p>
<a id = "read-more-link" href = "Projects/google-clone/blog-post/index.html">
Read More
</a>
</div>
<h4>Past Projects</h4>
<a href = "blog-1.html">
<div class="past-articles">
<img src="images/dev-duos.png" alt="Dev Duos Header" class = "past-article-images">
<h3>Building Dev Duos</h3>
</div>
</a>
</div>
</div>
</body>
</html>