Skip to content
Permalink
4be4318436
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
28 lines (27 sloc) 1.31 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web I</title>
<link rel="stylesheet" href="css/animation.css">
<link rel="shortcut icon" href="img/logo16.png">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Julius+Sans+One|Raleway:300,400&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex">
<div class="buttonwrapper">
<a href= "index.html" class="leftbutton">Home</a>
<a href= "https://web.digitalmediauconn.org/intro19/met18001/final_project/my_final.html#home" class="leftbutton">Website</a>
</div>
<div class="right">
<h1>Web I - (Unresponsive work)</h1>
<p> Although these websites are unresponsive, they highlight hover states for buttons, and UI elements of a webpage like the fixed navigation bar in my final project (the first gif), and also fun states like the parralax scrolling effect. They also have destinct styles that follow a style guide throughout the entire website. </p>
</div>
</div>
<div class="box">
<img src="img/Final Project.gif" class="gif" alt="CSS Showcase Gif">
<img src="img/About.gif" class="gif" alt="CSS Showcase Gif">
</div>
</body>
</html>