-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (109 loc) · 4.83 KB
/
index.html
File metadata and controls
122 lines (109 loc) · 4.83 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>F r e d e r i c k | D u f f i e l d</title>
<!-- Link -->
<link rel="stylesheet" href="reset.css">
<link href="https://fonts.googleapis.com/css?family=Contrail+One|Roboto+Mono:300,500" rel="stylesheet"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<!-- Script -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="app.js" charset="utf-8"></script>
</head>
<body>
<div class="container">
<div class="inner-container">
<div class="title-container">
<h1 id="large-glass" class="header-ani">Frederick Duffield</h1>
<h1 id="medium-glass" class="header-ani">Freddie Duffield</h1>
<h1 id="small-glass" class="header-ani">Fred Duffield</h1>
</div>
<div class="link-container">
<div id="work-link" class="link nav-toggle">
<a href="#"><h5>work</h5></a>
</div>
<div id="about-link" class="link nav-toggle">
<a href="#"><h5>about</h5></a>
</div>
<div id="contact-link" class="link nav-toggle" >
<a href="#"><h5>contact</h5></a>
</div>
</div>
</div>
</div>
<hr>
<div class="holding-frame">
<!--WORk SECTION SCROLL -->
<div class="work-cont">
<!-- <div class="work-item">
<a href=" https://fathomless-mountain-71589.herokuapp.com/"><h3>Eden's Cottage</h3></a>
<p>HTML | jQuery | CSS3 </p>
<img class="d-block w-100" src="images/Eden.png" alt="Eden's Cottage">
</div>
<br>
<h1>*</h1> -->
<div class="work-item">
<a class="link" target="_blank"
href="https://dwelldnfacade.herokuapp.com/">
<img src="images/Dwell.png" alt="Dwell" class="image">
<div class="overlay">
<div class="text">
<h3>Dwell LDN</h3>
<p>Ruby on Rails | AngularJS | HTML | SCSS</p>
</div>
</div>
</a>
</div>
<hr>
<div class="work-item">
<a target="_blank" href="https://frozen-savannah-91722.herokuapp.com/">
<img class="image" src="images/have.png" alt="Havado">
<div class="overlay">
<div class="text">
<h3>Havado</h3>
<p>AngularJS | Node.js | Express.js | MongoDB | JWT | HTML | SCSS</p>
</div>
</div>
</a>
</div>
<hr>
<div class="work-item">
<a target="_blank" href="https://young-everglades-35053.herokuapp.com/">
<img src="images/places.png" alt="Places and Spaces" class="image">
<div class="overlay">
<div class="text">
<h3>Places & Spaces</h3>
<p> HTML | SCSS | Node.js | Express.js | MongoDB | JWT | RESTful API | Google Maps API</p>
</div>
</div>
</a>
</div>
</div>
<!-- ABOUT CONTENT-->
<div id="about-content" class="about-content show-content">
<p>As an artist, through film, photography and sculpture, I have investigated different ways of being together. I used these processes as way to reflect upon contemporary technologies and their influence on our lives.
<br>
<br>
Curiosity inspired me to get beneath the surface and understand how the web works, and learn how create using code as a medium. Through self-initiated learning and undertaking the Web Development Immersive at General Assembly, I am enthused by potential experiences possible through web development.
<br>
<br>
I am most interested in how the internet exists in the world and shapes our daily lives in public. I would like advance my knowledge of media and cultural applications of the web and find new ways communicating with the world.
</p>
</div>
<!-- CONTACT CONTENT -->
<div id="contact-content" class="contact-content show-content" >
<p class="link"><a href="mailto:fwhduffield@gmail.com">fwhduffield@gmail.com</a></p>
<div class="row align-items-end">
<div class="col icon-links link">
<a href="https://twitter.com/FoxxxFoxxx" target="_blank"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
<a href=" https://github.com/FrederickFoxxx" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/frederickfoxxx/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href=" https://www.linkedin.com/in/frederick-duffield-ab9090142/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>