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>Farmhouse Cafe</title>
<link rel="stylesheet" href="css/animation.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Julius+Sans+One|Raleway:300,400&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="img/logo16.png">
</head>
<body>
<div class="flex">
<div class="buttonwrapper">
<a href= "index.html" class="leftbutton">Home</a>
<a href= "https://github.uconn.edu/pages/met18001/web-design-II/final_project/final.html#home" class="leftbutton">Website</a>
</div>
<div class="right">
<h1>Farmhouse Cafe Project</h1>
<p>The farmhouse cafe project was the final project for my Web II course where we redesigned a website that had an old or outdated design. This website is fully responsive and features an elegant and modern design.</p>
</div>
</div>
<div class="box">
<img src="img/The Farmhouse Cafe.gif" class="gif" alt="Nutmeg Magazine">
<img src="img/responsive.gif" class="gif" alt="Nutmeg Magazine">
</div>
</body>
</html>