-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (164 loc) · 7.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robinson's Portfolio | Software Engineer</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
</head>
<body>
<img class="robo _1" src="img/robo1.svg" alt="peeping robot 1">
<!-- <img class="robo _2" src="img/robo2.svg" alt="peeping robot 1"> -->
<img class="robo _3" src="img/robo3.svg" alt="peeping robot 3">
<img class="robo _4" src="img/robo4.svg" alt="peeping robot 1">
<img class="_hands" src="img/hands.png" alt="peeping robot hand 1">
<img class="_hands_1" src="img/hands1.svg" alt="peeping robot hand 1">
<img class="_hands2" src="img/hands2.svg" alt="peeping robot hand 2">
<main>
</main>
<section id="hero">
<h3>Robinson Small</h3>
<h1>Software Engineer</h1>
<p class="bio">From concept to completion, I develop apps for Web, Desktop, iOS, and Android.
I have skills in UX/UI Design and Coding. Making apps fun and easy is what I like most about my job. I also contribute to open source projects and enjoy sewing.
</p>
<a class="btn" href="#contact">Get in touch</a>
</section>
<section id="projects">
<h2>Recent Projects</h2>
<div class="project proj-1">
<img class="proj-image" src="img/soable.png" alt="soable app pic">
<div class="proj-content">
<h3>Soable</h3>
<p>Soable is one of my current projects, one of my app ideas. It's a mobile (<strong>Android</strong> &
<strong>IOS</strong>) app based on the
idea of having a social platform built around the Holy Bible, featuring people reading the bible together,
while being able to communicate with one another.</p>
<p>Here are some of the technologies I used in creating this app:</p>
<ul class="skill-list">
<li><a class="skill" href="https://docs.microsoft.com/en-us/dotnet/csharp/" target="_blank"
rel="noopener noreferrer">C#</a></li>
<li><a class="skill" href="https://dotnet.microsoft.com/apps/xamarin" target="_blank"
rel="noopener noreferrer">Xamarin</a></li>
<li><a class="skill" href="https://developer.mozilla.org/en-US/docs/Web/CSS" target="_blank"
rel="noopener noreferrer">CSS</a></li>
<li><a class="skill" href="https://www.mongodb.com/nosql-explained" target="_blank"
rel="noopener noreferrer">NoSQL</a></li>
<li><a class="skill" href="https://www.json.org/json-en.html" target="_blank"
rel="noopener noreferrer">JSON</a></li>
<li><a class="skill" href="https://git-scm.com/" target="_blank" rel="noopener noreferrer">Git</a></li>
<li><a class="skill" href="https://github.com/" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a class="skill" href="https://visualstudio.microsoft.com/" target="_blank"
rel="noopener noreferrer">Visual Studio</a></li>
<li><a class="skill" href="https://affinity.serif.com/en-gb/designer/" target="_blank"
rel="noopener noreferrer">Affinity Designer</a></li>
<li><a class="skill" href="https://www.adobe.com/products/xd.html" target="_blank"
rel="noopener noreferrer">Adobe XD</a></li>
</ul>
<a class="btn" href="https://play.google.com/store/apps/details?id=com.appeey.soable" target="_blank"
rel="noopener noreferrer">Check it out</a>
</div>
</div>
<div class="separator"></div>
<div class="project proj-2">
<img class="proj-image" src="img/desktop.png" alt="launcher editor app pic">
<div class="proj-content">
<h3>PAF Launcher Editor</h3>
<p>These are some <strong>Windows Desktop</strong> Apps I built to simplify the process of making Windows
software portable
when using the <a class="lnk" href="https://portableapps.com" target="_blank"
rel="noopener noreferrer">PortableApps.com</a> method. These apps removes the guess work when creating a
portable app and
saves you hours of work.</p>
<p>These are some of the technologies I used in creating these apps:
<ul class="skill-list">
<li><a class="skill" href="https://docs.microsoft.com/en-us/dotnet/csharp/" target="_blank"
rel="noopener noreferrer">C#</a></li>
<li><a class="skill" href="https://docs.microsoft.com/en-us/dotnet/framework/winforms/" target="_blank"
rel="noopener noreferrer">WinForms</a></li>
<li><a class="skill" href="https://docs.microsoft.com/en-us/dotnet/framework/wpf/" target="_blank"
rel="noopener noreferrer">WPF</a></li>
<li><a class="skill" href="https://en.wikipedia.org/wiki/INI_file" target="_blank"
rel="noopener noreferrer">INI</a></li>
<li><a class="skill" href="https://en.wikipedia.org/wiki/XML" target="_blank"
rel="noopener noreferrer">XML</a></li>
<li><a class="skill" href="https://git-scm.com/" target="_blank" rel="noopener noreferrer">Git</a></li>
<li><a class="skill" href="https://visualstudio.microsoft.com/" target="_blank"
rel="noopener noreferrer">Visual Studio</a></li>
</ul>
</p>
<a class="btn" href="https://compucode.blogspot.com/2017/10/paf-launcher-editor-v501.html" target="_blank"
rel="noopener noreferrer">Check it
out</a>
</div>
</div>
</section>
<section id="skills">
<h2>Current Skills</h2>
<ul>
<li>HTML(5)</li>
<li>CSS(3)</li>
<li>Markdown</li>
<li>XAML</li>
<li>XML</li>
<li>JSON</li>
<li>WPF</li>
<li>C#</li>
<li>.NET</li>
<li>Blazor</li>
<li>.NET MAUI</li>
<li>JAVA</li>
<li>JavaScript</li>
<li>NoSQL</li>
<li>Git</li>
<li>WinForms</li>
<li>Xamarin</li>
<li>ASP.Net Core</li>
<li>Visual Studio</li>
<li>Affinity Designer</li>
<li>Figma</li>
<li>Adobe</li>
<li>GitHub</li>
<li>UX/UI Design</li>
</ul>
</section>
<section id="contact">
<h2>Let’s keep in touch</h2>
<!-- <div class="contact-form">
<form action="" method="post" enctype="text/plain">
<label for="name">Name</label>
<input class="text" type="text" name="name">
<label for="email">Email</label>
<input class="text" type="email" name="email">
<label for="message">Message</label>
<textarea class="text" name="message" id="message" rows="15"></textarea>
<input class="btn input-btn" type="submit" value="Submit">
</form>
</div>
<div id="status" class="success">Success</div> -->
<div class="contact-info">
<ul class="contact-list">
<li>
<a class="lnk contact" href="mailto:[email protected]">
<i class="fa fa-envelope i-size"></i><span class="txt">Email</span>
</a>
</li>
<li>
<a class="lnk contact" href="https://www.facebook.com/CompuCode-751592058256641" target="_blank"
rel="noopener noreferrer">
<i class="fa fa-facebook i-size"></i><span class="txt">Facebook</span>
</a>
</li>
<li>
<a class="lnk contact" href="https://github.com/koddek" target="_blank" rel="noopener noreferrer">
<i class="fa fa-github i-size"></i><span class="txt">GitHub</span>
</a>
</li>
</ul>
</div>
</section>
<p id="copyright">© 2024 Koddek</p>
</body>
</html>