Skip to content

Ryan meinzer #1284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d5ac70d
first draft
ryanmeinzer Jan 22, 2020
b33a441
almost done
ryanmeinzer Jan 22, 2020
e7a035c
almost done
ryanmeinzer Jan 22, 2020
4afb85b
nearly done
ryanmeinzer Jan 22, 2020
5be88a4
final
ryanmeinzer Jan 22, 2020
dd2c516
final re-worded
ryanmeinzer Jan 22, 2020
dc002a3
final
ryanmeinzer Jan 22, 2020
60b3e25
final polished
ryanmeinzer Jan 23, 2020
f739fa3
final even more adjustments with even more nesting and just better co…
ryanmeinzer Jan 23, 2020
b8c72cf
updating portfolio site
ryanmeinzer Feb 18, 2020
9155fd4
updating responsiveness
ryanmeinzer Feb 18, 2020
b58b8df
fixed spelling error
ryanmeinzer Feb 18, 2020
75030dc
updated home page
ryanmeinzer Feb 29, 2020
282d443
updated home page again
ryanmeinzer Feb 29, 2020
ba44d7d
updated home page yet again
ryanmeinzer Feb 29, 2020
19d1772
updated home page for potentially a last time
ryanmeinzer Feb 29, 2020
8e7841c
updated home page again and again
ryanmeinzer Feb 29, 2020
bbebe5b
updated home page yet another time
ryanmeinzer Feb 29, 2020
3e71368
polished copy on page
ryanmeinzer Feb 29, 2020
0d95ce5
changed toolbelt to belt
ryanmeinzer Feb 29, 2020
8269108
changed I'll to I will
ryanmeinzer Feb 29, 2020
622da3d
updated some copy
ryanmeinzer Mar 4, 2020
7863d5d
added Ruby project
ryanmeinzer Mar 19, 2020
0104743
polished Ruby copy
ryanmeinzer Mar 19, 2020
7ef7596
updated Ruby Project's URL
ryanmeinzer Mar 19, 2020
1fb1eb6
updated Ruby Project's URL again to my specific branch
ryanmeinzer Mar 19, 2020
bc33895
updated school
ryanmeinzer Apr 3, 2020
399829f
updated coin phrase
ryanmeinzer Apr 15, 2020
ae39e57
added favicon
ryanmeinzer Apr 24, 2020
8dacfb9
updated favicon again
ryanmeinzer Apr 24, 2020
549a3ab
included additional project
ryanmeinzer May 8, 2020
0cdedac
included 'Shred It' project
ryanmeinzer May 8, 2020
c97f547
fixed indentation
ryanmeinzer May 8, 2020
efebaa2
updated project description
ryanmeinzer May 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
285 changes: 284 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,284 @@
/* Compile your LESS file! */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
font-size: 62.5%;
}
html,
body {
height: 100%;
}
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Noto Sans TC Regular'), local('NotoSansTC-Regular'), url(https://fonts.gstatic.com/s/notosanstc/v9/-nF7OG829Oofr2wohFbTp9i1OCEJ.otf) format('opentype');
}
.Intro-section {
display: flex;
justify-content: center;
align-items: center;
max-width: 85%;
margin: 0 auto;
}
@media (max-width: 500px) {
.Intro-section {
max-width: 90%;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
@media (max-width: 500px) {
.Intro-section .right {
display: flex;
flex-direction: column;
align-items: center;
margin: 30px 0 0 0;
}
}
@media (max-width: 500px) {
.Intro-section .left {
display: flex;
flex-direction: column;
align-items: center;
}
}
a {
color: #D4AC0D;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
font-family: 'Noto Sans TC', sans-serif;
}
body p {
font-size: 1.5rem;
display: flex;
margin: 30px 90px;
line-height: 1.3;
}
@media (max-width: 500px) {
body p {
font-size: 1.1rem;
margin: 10px 30px;
max-width: 100%;
}
}
h1 {
font-size: 3.5rem;
color: #4A235A;
}
@media (max-width: 500px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: 2rem;
color: #4A235A;
margin: 0 60px;
}
@media (max-width: 500px) {
h2 {
font-size: 1.5rem;
margin: 0 20px;
}
}
h3 {
font-size: 1rem;
}
hr {
margin: 60px auto;
}
header {
margin: 40px auto;
display: flex;
justify-content: center;
}
@media (max-width: 500px) {
header {
display: flex;
margin: 10px auto;
}
}
nav {
font-size: 2rem;
color: #D4AC0D;
display: flex;
width: 80%;
justify-content: space-evenly;
margin: 20px auto;
}
@media (max-width: 500px) {
nav {
display: flex;
flex-direction: column;
align-items: center;
border-bottom: 1px solid gray;
font-size: 1.5rem;
}
}
@media (max-width: 500px) {
nav a {
display: flex;
border-top: 1px solid gray;
width: 100%;
justify-content: center;
margin: 5px auto;
}
}
.PlaySay-section,
.Salesforce-section {
display: flex;
flex-direction: column;
text-align: left;
margin: 20px auto;
}
.Lambda-section {
margin: 20px auto;
}
.Lambda-section img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
@media (max-width: 500px) {
.Lambda-section img {
width: 75%;
}
}
footer {
display: flex;
justify-content: center;
}
Binary file added favicon.ico
Binary file not shown.
Binary file added images/RyanMeinzer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tech-trifecta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading