-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
266 lines (264 loc) · 19.1 KB
/
index.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
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<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=Poppins:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/72f2609661.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<!-- SEO -->
<link rel="canonical" href="https://kendalldoescoding.tech/index.html" />
<meta name="description" content="Kendall Pinto is a Professional Web Developer, who is advanced in HTML, CSS, Javascript. He also has skills in Python. ">
<meta name="keywords" content="Kendall Pinto, Kendall, Pinto, KendallDoesCoding, Kendall Does Coding, Kendall Does Coding YT, Kendall Does Coding YouTube, Kendall Does Coding YouTube Channel, Kendall Does Coding YouTube Channel, Kendall, Coding, HTML, CSS, JS, Javascript, Kendall the coder, Kendall the developer, Kendall the web dev, Kendall the web developer, Kendall Pinto Codes, Kendall The Coder">
<meta name="author" content="Kendall Pinto">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="google" content="nositelinkssearchbox">
<meta name="google" content="notranslate">
<meta name="google-site-verification" content="G-55DLRTJ04T" />
<meta property="og:title" content="KendallDoesCoding - Portfolio">
<meta property="og:description" content="Kendall Pinto is a Professional Web Developer, who is advanced in HTML, CSS, Javascript. He also has skills in Python. ">
<meta property="og:image" content="https://i.ibb.co/zJG8hYw/gsfyqoyk-0.png">
<meta property="og:url" content="https://kendalldoescoding.tech">
<meta name="publisher" content="Kendall Pinto">
<meta
name="copyright"
content="KendallDoesCoding"
/>
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="distribution" content="web">
<meta name="rating" content="general">
<!-- DONE WITH SEO-->
<title>KendallDoesCoding - Portfolio</title>
</head>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-55DLRTJ04T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-55DLRTJ04T');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TR6RS2G');</script>
<!-- End Google Tag Manager -->
<!-- Chat Widget -->
<!-- Chatra {literal} -->
<script>
(function(d, w, c) {
w.ChatraID = 'AKjFWrG6biu9Tc99Y';
var s = d.createElement('script');
w[c] = w[c] || function() {
(w[c].q = w[c].q || []).push(arguments);
};
s.async = true;
s.src = 'https://call.chatra.io/chatra.js';
if (d.head) d.head.appendChild(s);
})(document, window, 'Chatra');
</script>
<!-- /Chatra {/literal} -->
<title>KendallDoesCoding - Portfolio</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TR6RS2G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<section class="hero">
<nav>
<img class="logo" id="logo" src="/images/newlogo.png" alt="KendallDoesCoding-logo" border="0"></a>
<div class="container1">
<ul id="nav-list">
<li><a href="#about-me">About me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<button class="hamburger" id="hamburger">
<i class="fas fa-bars"></i>
</button>
</nav>
<div class="hero-area">
<div class="hero-text">
<h1>Kendall Pinto</h1>
<p>Professional Developer / Coder</p>
<div class="button"><a href="#about-me">About Me</a></div>
</div>
<div class="socials">
<div>
<a href="https://kendalldoescoding.tech/codingYT" target=”_blank” class="social">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="50" height="50" viewBox="0 0 24 24">
<path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/>
</svg>
</a>
</div>
<div>
<a href="https://kendalldoescoding.tech/github" target=”_blank” class="social">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="50" height="50" viewBox="0 0 24 24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
</div>
</div>
</section>
<section class="sub-section" id="about-me">
<div class="information">
<h2>About Me</h2>
<p>Hello. My name is Kendall Pinto. I am a Software Developer / Coder. I have made a bunch of programs in various languages, like Python, Javascript, and the one I'm using to make this website, HTML & CSS.</p>
</div>
<div class="headshot">
<img class="headshot"<img src="https://i.ibb.co/5LsjwVB/Avatar-Maker.png" alt="Avatar-Maker" border="0"></a>
</div>
</section>
<section class="sub-section-alternative" id="projects">
<h2 class="projects">Projects</h2>
<div class="project-container">
<div class="project-card">
<h3>A Very Mogul Christmas!</h3>
<p class="subtext">A website where you can play any song from the Mogul Christmas album by Ludwig. This website also recommends, songs like the Mogul Christmas album, which you may like. </p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/mogulchristmas" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/mogulchristmas" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/mogul-christmas" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Quiz Game</h3>
<p class="subtext">This is my quiz game! It it one of my best projects, completed. You should check it out.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/quiz" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/quiz" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/quiz" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Password Generator</h3>
<p class="subtext">This is my Password Generator. I made this in Javascript!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/passwordgenerator" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/passwordgen" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Memory Game 1.0</h3>
<p class="subtext">This is the first memory game I made! I made this game in Javascript. I also have made a second version of a memory game, which is linked down too.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/memory1" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/memory1" target=”_blank”>Project Images</a></p>
</div>
</div>
<div class="project-container-1">
<div class="project-card">
<h3>Snake Game</h3>
<p class="subtext">This is my Snake Game. I made this using Javascript!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/snake" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/snake" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Whack a Mole</h3>
<p class="subtext">This is my Whack A Mole game. I made this using Javascript!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/whackamole" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/whackamole" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Youtuber Stats</h3>
<p class="subtext">This is my basic Youtube Stats website. I can still do a lot of edits on it. But for the moment, I'm leaving it as it is</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/youtubestats" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/youtuberstats" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Memory Game 2.0</h3>
<p class="subtext">This is my second creation of the Memory Game!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/memory" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/memory" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/memorygame" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
</div>
<div class="project-container-1">
<div class="project-card">
<h3>Connect Four</h3>
<p class="subtext">This is my connect four game. You need 2 players in the room to play it, like the real Connect Four. I made this using Javascript!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/connectfour" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/connectfour" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Tic Tac Toe</h3>
<p class="subtext">This is a Tic Tac Toe game made by me.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/tictactoe" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/tictactoe" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/tictactoe" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Chat App</h3>
<p class="subtext">This is my chat application! It's a pretty cool project, not gonna lie! You better check it out. You can use it to talk to friends.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/chatapp" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/chatapp" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/chatapp" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Help Let Me Go Lyrics</h3>
<p class="subtext">A YouTuber released this song a while back. I made a html page with the lyrics to the song.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/helpletmego" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/helpletmego" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/helpletmego" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
</div>
<div class="project-container-1">
<div class="project-card">
<h3>Duolingo Wikipedia</h3>
<p class="subtext">This is my Duolingo Website Wikipedia, which gives some information on Duolingo and on how to use it. This was something I made in my early days of coding.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/duolingo" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/duolingo" target=”_blank”>Project Images</a></p>
</div>
<div class="project-card">
<h3>Typing Game 1.0</h3>
<p class="subtext">This is the first typing game I made. I also made another typing game version, which is linked in the next column.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/typinggame" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/typinggame1" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://typingame.kendalldoescoding.tech/2/" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Typing Game 2.0</h3>
<p class="subtext">This is the second version I made of a typing game; instead of typing a full paragraph now, instead your typing individual words till your time runs out, it's more like a game now!</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/typinggame2" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/typinggame" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://typingame.kendalldoescoding.tech/2/" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
<div class="project-card">
<h3>Orange Wiki</h3>
<p class="subtext">This is from a project I was working on a long time back. I didn't really finish it, but this is a snippet of it. It's a Wikipedia page with information about the Orange.</p>
<hr>
<p class="subtext"><a class="project-link" href="https://kendalldoescoding.tech/orangewiki" target=”_blank”>View Here</a></p>
<p class="subtext"><a class="project-image" href="/images/orangewiki" target=”_blank”>Project Images</a></p>
<p class="subtext"><a class="project-github" href="https://github.com/KendallDoesCoding/orangewiki" target="_blank">Project Github <i class="fab fa-github" style="color:black;"></i></a></p>
</div>
</div>
</section>
<div id="contact" class="embedsocial-forms-iframe" data-ref="2549972207d72daa5ea7877b8d54d63da38ee1c2" data-widget="true" data-height="auto"></div><script>(function(d, s, id){var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ef.js"; d.getElementsByTagName("head")[0].appendChild(js);}(document, "script", "EmbedSocialFormsScript"));</script>
<footer id="subdomains">
<p class="subtext">
<a class="project-link" href="/subdomains">Subdomain Directory</a></p>
<p>© 2023 KendallDoesCoding,</p>
<p>All rights reserved</p>
<p class="email"> Email - <a href="mailto:[email protected]" style="color:blue">[email protected]</a></p>
<p class="email2"> Contact Email - <a href="mailto:[email protected]" style="color:blue">[email protected]</a></p>
<p class="email2">Subscribe for updates - <a href="mailto:[email protected]" style="color:blue">[email protected]</a> or sign up for our newsletter by clicking <a href="https://subtonewsletter.kendalldoescoding.tech" style="color:blue">here</a>.</p>
<script src="index.js"></script>
</body>