-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
128 lines (90 loc) · 4.69 KB
/
portfolio.html
File metadata and controls
128 lines (90 loc) · 4.69 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
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rachel Leanne | Portfolio</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" href = "/style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/56b715d973.js" crossorigin="anonymous"></script>
<!-- Add relevant links -->
</head>
<body>
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="index.html"><li>Home.</li></a>
<a href="about.html"><li>About.</li></a>
<a href="career.html"><li>Career.</li></a>
<a href="portfolio.html"><li>Portfolio.</li></a>
<a href="blog.html"><li>Blog.</li></a>
</ul>
</div>
</nav>
<!-- Section Div -->
<div id="portfolio">
<div class="portfoliome">
<div class="headerportfolio">
<h1> Work Portfolio.</h1><br>
<h4> <i class="fa fa-phone"></i> 0417139641 <br><i class="fa fa-envelope-square"></i> <a href="mailto:rachel.williams@leapdev.io?subject=Hi Rachel!">rachel.williams@leapdev.io</a></h4>
</div>
<div class="portfolio-section">
<div class="portfolio1" >
<div class="portfoliophoto">
<img src="/imgs/noapp.jpg" alt="kellypool project" width="300" height="200">
</div>
<h1>Kelly Pool </h1>
</div>
<div class="portfolio2" >
<div class="portfoliophoto">
<iframe width="300" height="200" src="https://www.youtube.com/embed/M1CXPsA3Wk8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>The Web Portal.</h1>
</div>
<div class="portfolio3" >
<div class="portfoliophoto">
<iframe width="300" height="200" src="https://www.youtube.com/embed/2lc2wZQxW4s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>The CRM.</h1>
</div>
<div class="portfolio4" >
<div class="portfoliophoto">
<iframe width="300" height="200" src="https://www.youtube.com/embed/Cn1ul2TQOy4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>WFH - Promo.</h1>
</div>
<div class="portfolio5" >
<div class="portfoliophoto">
<a href="https://soundcloud.com/user-829031245/lpi-podcast-zaliet"><i class="fad fa-podcast fa-8x"></i></a>
</div>
<h1>Podcast.</h1>
</div>
<div class="portfolio6" >
<div class="portfoliophoto">
<a href="https://www.lawyersweekly.com.au/sme-law/21944-podcast-building-a-great-law-firm-website"><i class="fad fa-podcast fa-8x"></i></a>
</div>
<h1>Podcast.</h1>
</div>
</div>
</div>
</div>
<!--
portfolio footer -->
<div id="footer">
<div id="allfootercontainer">
<div id="allsocial" class="allfooterbox"><p style="text-align: center;"><a href="https://www.facebook.com/rachelleanne.williams" ><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/GirlQode" ><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/rachelleannewilliams/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/rrach_leanne/" ><i class="fab fa-instagram"></i></a>
<a href="https://github.com/rrachleanne" ><i class="fab fa-github"></i></a></p>
</div>
<div id="allfooter" class="allfooterbox"><p style="text-align: center;">© Designed by RLW 2020</p></a></div>
</div>
</div>
</body>
</html>