Skip to content

Commit

Permalink
starting project 3 webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWong14 committed Oct 9, 2024
1 parent 80a8034 commit 265f702
Show file tree
Hide file tree
Showing 36 changed files with 56 additions and 0 deletions.
Binary file added cs180/project3/media/average_face.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cs180/project3/media/average_of_faces.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cs180/project3/media/avg_to_me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cs180/project3/media/friends_face_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cs180/project3/media/frown_caricature.jpg
Binary file added cs180/project3/media/me_part_4.jpg
Binary file added cs180/project3/media/me_resize.jpg
Binary file added cs180/project3/media/me_to_avg.jpg
Binary file added cs180/project3/media/me_to_friend.gif
Binary file added cs180/project3/media/me_to_woman_appearance.jpg
Binary file added cs180/project3/media/me_to_woman_both.jpg
Binary file added cs180/project3/media/me_to_woman_shape.jpg
Binary file added cs180/project3/media/my_face_small.jpg
Binary file added cs180/project3/media/woman_resize.jpg
56 changes: 56 additions & 0 deletions cs180/project3/project3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<title>CS 180 Project 3</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
max-width: 1000px;
}
.one_column {
float: left;
width: 100%;
}
.two_column {
float: left;
width: 50%;
}
.three_column {
float: left;
width: 33.3%;
}
.five_column {
float: left;
width: 20%;
}
.six_column {
float: left;
width: 16.6%;
}
.standard {
width: 240px;
}
.small {
width: 180px;
}
.tiny {
width: 140px;
}
</style>
</head>
<body>
<h1>CS 180 Project 3</h1>
<p>Name: Brandon Wong</p>
<h2>Overview</h2>
<p>
The goal of Project 3 is to morph pairs of images of faces from one to another and anywhere in between,
changing both shape and colors in differing amounts. By taking matching points in different images
and enabling the triangles obtained from those points to morph into each other, faces can be
manipulated and morphed in interesting ways to obtain a variety of results.
</p>
<h2>Part 1: Defining Correspondences</h2>
<p>

</p>
</body>

0 comments on commit 265f702

Please sign in to comment.