-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
87 lines (72 loc) · 3.58 KB
/
portfolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!--Font from Google-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@600&display=swap" rel="stylesheet">
<title>Portfolio</title>
</head>
<body>
<header>
<!-- Navigation bar
<nav class="nav">
<ul class="nav-links">
<li class="nav-page"><a href="index.html">Home</a></li>
<li class="nav-page"><a href="soon.html">About</a></li>
<li class="nav-page"><a href="profiles.html">Profiles</a></li>
<li class="nav-page"><a href="contact.html">Contact</a></li>
</ul>
</nav>
-->
</header>
<h1 id="title">Visual Design</h1>
<h2 id="intro">Thank you for visiting my portfolio, please see below for Assessments 1 (Manipulation of Images) & 2 (3 Prototypes and a GIF).</h2>
<br>
<!--Gallery Flexbox, for both before and after images -->
<section class="flex1">
<h2>Assessment one, 6 images.</h2>
<h3>Original images before manipulation</h3>
<img src="before/alvan-nee-1VgfQdCuX-4-unsplash.jpg" alt="two dogs in grass" width="400" height="400">
<img src="before/benjamin-lehman-k8xJOnA3zYM-unsplash.jpg" alt="unhappy wet dog" width="400" height="400">
<img src="before/benjamin-lehman-qwIeh5M8bF8-unsplash.jpg" alt="dog in bath" width="400" height="400">
<img src="before/charlesdeluvio-zqhe4qjVTJI-unsplash.jpg" alt="portrait of black pug" width="400" height="400">
<img src="before/fabian-gieske-3nQhyFuwUkk-unsplash.jpg" alt="portrait of black dog looking up" width="400" height="400">
<img src="before/fabian-gieske-AXtlIC-eHjQ-unsplash.jpg" alt="ortrait of black dog looking to the side" width="400" height="400">
</section>
<section class="flex1">
<h3>Images after manipulation</h3>
<img src="svg/remove items.svg" alt="leaves removed" width="400" height="400">
<img src="svg/shadow filter.svg" alt="shadowing added to enhance image" width="400" height="400">
<img src="svg/colour change.svg" alt="colour of dog changed to brand colour palette" width="400" height="400">
<img src="svg/blur and polaroid.svg" alt="polaroid effect" width="400" height="400">
<img src="svg/background bone.svg" alt="background of image changed" width="400" height="400">
<img src="svg/multiple.svg" alt="dogs added, blurred" width="400" height="400">
</section>
<br>
<br>
<section class="flex1">
<h2>Assessment two, 3 Prototypes and a GIF</h2>
<h3>Desktop One, Desktop two and iPad Pro</h3>
<img src="Images/Desktop-1.svg" alt="Prototype designed for desktop" >
<img src="Images/Desktop-2.svg" alt="Alternative prototype designed for desktop" >
<img src="Images/iPad-Pro.svg" alt="Prototype designed for iPad Pro" >
<br>
<br>
</section>
<h2>GIF's</h2>
<br>
<div id="gifs">
<video width="400" height="400" controls autoplay>
<source src="Images/bubbles.mp4" alt="Gif made using Adobe">
Your browser does not support the video tag.
</video>
<img src="Images/gifmaker_me.gif" alt="Gif made using Figma/Photoshop">
</div>
<!--Footer-->
<footer>
<p id="trademark">website made by woods91</p>
</footer>