forked from ackeepitcool/ackeepitcool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbb-8.html
More file actions
executable file
·102 lines (94 loc) · 4.01 KB
/
bb-8.html
File metadata and controls
executable file
·102 lines (94 loc) · 4.01 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>BB-8 Passion Project</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style_bb8.css">
<!-- JQuery -->
<script src="js/jquery-3.2.1.min.js"></script>
</head>
<body>
<!-- Header -->
<header>
<nav class="container">
<a name="top"></a>
<div class="header">
<ul id="headers" class="menu no-bullet" >
<li><a data-page="home" href="index.html"><h5>Back to Home</h5> </a></li>
</ul>
</div>
<hr id="headerline"/>
</nav>
</header>
<main role="main">
<section class="case-study">
<li class="title">
<h1>BB-8</h1>
</li>
<div class="body">
<li class="body_left">
<img src="Assets/BB-8/bb8.png" alt="Portfolio" />
</li>
<li class="body_right">
<p>When I moved out to California, I didn’t have many friends when I first arrived, so I searched for ways to keep myself busy. I turned to the one thing I knew I could always rely on: my camera. I started a photo project documenting one of my gadgets: a BB-8 droid from Sphero. My goal was to shoot a different shot of BB-8 every day for a year; admittedly, I did not reach that goal. What I did find though, was a way for me to focus my creative mind, to think differently on which shots I would take everyday, and to throw caution to the wind and just take random journeys to fulfill this need I had. I traveled to remarkable places while doing this photo project, and I am so immensely satisfied with my personal growth during this project. To this day, BB-8 still goes with me whenever I travel.</p>
</li>
</div>
<hr id="topline"/>
<div class="content">
<div class="row1">
<li class="left-third">
<img src="Assets/BB-8/IMG_7811.png" alt="Portfolio" />
</li>
<li class="right-third1">
<img src="Assets/BB-8/IMG_7626.png" alt="Portfolio" />
</li>
</div>
<div class="row2">
<li class="left-third">
<img src="Assets/BB-8/IMG_7313.png" alt="Portfolio" />
</li>
<div><li class="right-third2">
<img src="Assets/BB-8/IMG_0198.png" alt="Portfolio" />
</li>
<li class="right-third2">
<img src="Assets/BB-8/IMG_5182.png" alt="Portfolio" />
</li></div>
</div>
</div>
<hr id="midline"/>
<li class="center">
<img src="Assets/BB-8/IMG_7225.png" alt="Portfolio" />
</li>
<div class="conclusion">
<hr id="conclusionline1"/>
<p>See the full photo collection on Instagram (Link in Footer)
or on <a href="https://goo.gl/scMiwE">Google Photos</a>.</p>
<hr id="conclusionline2"/>
</div>
</ul>
</section>
</main>
<!-- Footer -->
<footer>
<div class="footer-nav-block">
<div class="footer-left"><a href="index.html"><img class="logo" src="Assets/ACLogoWhite-SM.png" alt="Portfolio" /></a></div>
<div class="footer-mid">
<div class="back"><a href='#top' class="back">back to top</a></div>
</div>
<div class="footer-right"><ul class="social_icons">
<li class="social"><a href="http://instagram.com/ackeepitcool"><img class="social" src="Assets/Social/IG.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://twitter.com/ackeepitcool"><img class="social" src="Assets/Social/twitter.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://linkedin.com/agchen"><img class="social" src="Assets/Social/linkedin.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://dribbble.com/ackeepitcool"><img class="social" src="Assets/Social/dribbble.png" alt="Portfolio" /></a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>