-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (222 loc) · 12.5 KB
/
index.html
File metadata and controls
248 lines (222 loc) · 12.5 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christopher Diggs - Portfolio</title>
<!-- box icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<!-- custom css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo">Welcome</a>
<div class='bx bx-menu' id="menu-icon"></div>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">Tech</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section design -->
<section class="home" id="home">
<div class="home-img">
<img src="images/Home.jpg" alt="">
</div>
<div class="home-content">
<h1>Christopher Diggs</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>Hello, I'm Christopher Diggs, a tech enthusiast driven by curiosity and a desire to shape the future through innovation. My journey into technology began with a simple yet powerful tool: a 3D printer. What started as a hobby quickly transformed into a journey of discovery as I explored the endless possibilities it offered. Intrigued by the potential of automation, I delved into programming. Creating an auto-leveler using Python and a bit of youtube along the way but it not only solved a problem but also opened my eyes to the immense power of coding to streamline processes and drive efficiency. I believe wholeheartedly in the transformative power of technology. My goal is to leverage my skills and passion to contribute positively to the tech landscape, creating solutions that make a tangible difference in people's lives. To achieve my vision, I embarked on a journey to master full-stack development. I am a full-stack web developer and have been studying software at Atlas school in Tulsa, Oklahoma since January 2023. From mastering the intricacies of frontend design to diving deep into backend architecture, every step of this journey has been fueled by a desire to create seamless digital experiences. While proficient in various tech stacks, I'm particularly drawn to the M.E.R.N stack—MongoDB, Express.js, React, and Node.js. This versatile and efficient framework aligns perfectly with my goal of building scalable, impactful tech solutions that push boundaries and drive innovation. In essence, my passion for technology is a driving force in my life. With each new skill learned and every project undertaken, I am one step closer to realizing my dream of shaping a better, more connected future through the power of technology.
</p>
<br>
<a href="https://drive.google.com/file/d/1jEAhzRhQul8Po0zh-cD53O6iCTSi47Tf/view?usp=drive_link" class="btn">General Resume</a>
<div class="social-media">
<a href="https://github.com/DiggDiggs"><i class='bx bxl-github'></i></a>
<a href="www.linkedin.com/in/www.linkedin.com/christopher-a-diggs-"><i class='bx bxl-linkedin'></i></a>
</div>
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-img">
<img src="images/Default_Computer_technology_0.jpg" alt="">
</div>
<div class="about-content">
<h2 class="heading">Technology I Have <span>Tried</span></h2>
<h3>Languages/Tools/Frameworks</h3>
<p>And here lives all the technologies I have used and touched, possibly even just messed with but in time maybe master some.</p>
<!-- <a href="#" class="btn">Read More</a> -->
</div>
</section>
<section class="about" id="about">
<main>
<ul class='slider'>
<li class='item' style="background-image: url('https://ioflood.com/blog/wp-content/uploads/2023/09/Retrieving-current-directory-in-Python-folder-path-directory-tree-code-logo.jpg')">
<div class='content'>
<h2 class='title'>"Python"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>
</li>
<li class='item' style="background-image: url('https://play-lh.googleusercontent.com/s4AnA0RrLKhVMKDBSBTjNvPBBK2wQk3-4ZP2RONGxK_VqnMNXWTmPy-6f8J64GxDgyU')">
<div class='content'>
<h2 class='title'>"JavaScript"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>
</li>
<li class='item' style="background-image: url('https://buddy.works/guides/covers/test-nodejs-app/share-nodejs-logo.png')">
<div class='content'>
<h2 class='title'>"NodeJS"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>
</li>
<li class='item' style="background-image: url('https://blog.logrocket.com/wp-content/uploads/2023/10/complete-guide-react-refs.png')">
<div class='content'>
<h2 class='title'>"React"</h2>
<p class='description'>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Tempore fuga voluptatum, iure corporis inventore praesentium nisi. Id laboriosam ipsam enim.
</p>
<button>Read More</button>
</div>
</li>
<li class='item' style="background-image: url('https://miro.medium.com/v2/resize:fit:1400/1*0D9zGIQXQEIZFYD9tpRXgQ.png')">
<div class='content'>
<h2 class='title'>"C Programming"</h2>
<p class='description'>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Tempore fuga voluptatum, iure corporis inventore praesentium nisi. Id laboriosam ipsam enim.
</p>
<button>Read More</button>
</div>
</li>
<li class='item' style="background-image: url('https://i.pinimg.com/736x/45/8d/5c/458d5c183cf7c7e98354177a14d4a911.jpg')">
<div class='content'>
<h2 class='title'>"NoSQL"</h2>
<p class='description'> Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventore
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
</div>
</li>
</ul>
<nav class='nav'>
<ion-icon class='btn prev' name="arrow-back-outline"></ion-icon>
<ion-icon class='btn next' name="arrow-forward-outline"></ion-icon>
</nav>
</main>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</section>
<!-- services section design -->
<!--
<section class="services" id="services">
<h2 class="heading">Our <span>Services</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi dignissimos vitae magni aut commodi
non laborum nisi alias iusto voluptatibus.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bxs-paint'></i>
<h3>Graphic Design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi dignissimos vitae magni aut commodi
non laborum nisi alias iusto voluptatibus.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bx-bar-chart-alt'></i>
<h3>Digital Marketing</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi dignissimos vitae magni aut commodi
non laborum nisi alias iusto voluptatibus.</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
-->
<!-- portfolio section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/Animator.jpg" alt="">
<div class="portfolio-layer">
<h4>Kings-An-Pigs</h4>
<p>A game thas is only html css and javascript crazy how it works</p>
<p>still active</p>
<a href="https://github.com/DiggDiggs/Kings-An-Pigs"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/MofC.jpg" alt="">
<div class="portfolio-layer">
<h4>Museum Of Imagination</h4>
<p>Mock website for a museum that impliments an imursive frontend experience.</p>
<a href="https://github.com/DiggDiggs/WinterWonderMuseum"><i class='bx bx-link-external'></i></a>
<a href="https://youtu.be/1D4dYOp_xTk?si=QTWiETAwmikugEsR"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/airbnbclone.jpg" alt="">
<div class="portfolio-layer">
<h4>AirBnB Clone</h4>
<p>Clone of the AirBnB website with an implemented backend interface to manage program data.</p>
<a href="https://github.com/DiggDiggs/holbertonschool-AirBnB_clone_v4"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/shell.jpg" alt="">
<div class="portfolio-layer">
<h4>Simple Shell</h4>
<p>A recreation of a shell with a basic Unix command-line interpretor</p>
<a href="https://github.com/DiggDiggs/holbertonschool-simple_shell"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address">
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number">
<input type="text" placeholder="Email Subject">
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>© 2023 Christopher Diggs</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>