Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffbymax authored Feb 25, 2024
1 parent 1135d9e commit bf319c2
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 24 deletions.
204 changes: 204 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>stuffbymax Portfolio</title>
<style>/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.topnav a.active {

background-color: #ff9900;
color : white;
}
</style>

<nav>
<ul class="topnav">
<a class="active" href="index.html">Home</a>
<a href="projects.html">projects</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
</ul>
</nav>
<style>
/* Reset */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #1f1f1f;
color: #ffffff;
line-height: 1.6;
margin: 0;
padding: 0;
}

header {
background-color: #111111;
color: #ffffff;
text-align: center;
padding: 2rem 0;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background-color: #222222;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
font-size: 3rem;
margin-bottom: 1rem;
letter-spacing: 2px;
text-transform: uppercase;
color: #ff9900;
}

p {
font-size: 1.2rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}

.section-heading {
color: #ff9900;
border-bottom: 2px solid #ff9900;
padding-bottom: 0.5rem;
margin-bottom: 2rem;
font-size: 2.5rem;
letter-spacing: 1px;
}

a {
color: #4dbbff;
text-decoration: none;
transition: color 0.3s ease;
}

a:hover {
color: #00a3ff;
}

footer {
background-color: #111111;
text-align: center;
padding: 2rem 0;
color: #ffffff;
margin-top: 2rem;
border-radius: 0 0 8px 8px;
}

.social-links img {
margin-right: 10px;
vertical-align: middle;
transition: transform 0.3s ease;
}

.social-links img:hover {
transform: scale(1.1);
}

.project {
margin-bottom: 3rem;
}

.project img {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
}

.project img:hover {
transform: scale(1.05);
}

.project-title {
font-size: 1.5rem;
margin-bottom: 0.5rem;
color: #ffffff;
}

.project-description {
font-size: 1.2rem;
color: #cccccc;
}
</style>
</head>
<body>
<header>
<img src="https://yt3.ggpht.com/bGl_QOMH6oWEP_qO-kWkeAX8Fb185yCJCFcF5xbbSQEFC98CHCRb6KZYxeKwYgyaDgKnxeOMoXw=s176-c-k-c0x00ffffff-no-rj" alt="A beautiful landscape" width="100" height="100">
<h1>stuffbymax</h1>
<p>Welcome to my world of game development!</p>
</header>
<section>
<h2 class=section-heading>about me</h2>
<p>hello my name is max i from czech i am 16 years old and i do stuff in internet</p>
<p>also i help traslate GDevelop to czech language</p>
</section>
<section class="resume">
<h2 class="section-heading">Resume</h2>
<p>My skills, experience, and education.</p>
<h3 style="color: #ff9900;">Skills</h3>
<ul>
<li>Bash</li>
<li>GDevelop</li>
<li>HTML</li>
<li>CSS</li>
<li>Python (basic)</li>
</ul>
<h3 style="color: #ff9900;">Experience</h3>
<ul>
<li>No professional experience yet.</li>
</ul>
<h3 style="color: #ff9900;">Education</h3>
<ul>
<li>Calderdale College</li>
</ul>
</section>
<section class="contact">
<h2 class="section-heading">Contact Information</h2>
<ul class="social-links">
<li><a href="https://www.youtube.com/channel/UCPImH2euMdVLB0WD3w1GDtw"><img src="https://th.bing.com/th/id/R.94a67bc652e2c46a1f9294ab5165db3e?rik=743uMBzo4Hxi2A&pid=ImgRaw&r=0" alt="YouTube Logo" width="30" height="30"></a></li>
<li><a href="https://github.com/justmaxcz"><img src="https://th.bing.com/th/id/OIP.eoZPB2gfGH-1ckaL_JSZdwAAAA?rs=1&pid=ImgDetMain" alt="GitHub Logo" width="30" height="30"></a></li>
</ul>
<p>Email: i dont like shering my email</p>
</section>
</div>
<footer>
&copy; 2024 stuffbymax
</footer>
</body>
</html>

180 changes: 180 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>stuffbymax Portfolio</title>
<style>/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.topnav a.active {

background-color: #ff9900;
color : white
}
</style>

<nav>
<ul class="topnav">
<a href="index.html">Home</a>
<a href="projects.html">projects</a>
<a class="active" href="contact.html">Contact</a>
<a href="about.html">About</a>
</ul>
</nav>
<style>
/* Reset */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #1f1f1f;
color: #ffffff;
line-height: 1.6;
margin: 0;
padding: 0;
}

header {
background-color: #111111;
color: #ffffff;
text-align: center;
padding: 2rem 0;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background-color: #222222;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
font-size: 3rem;
margin-bottom: 1rem;
letter-spacing: 2px;
text-transform: uppercase;
color: #ff9900;
}

p {
font-size: 1.2rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}

.section-heading {
color: #ff9900;
border-bottom: 2px solid #ff9900;
padding-bottom: 0.5rem;
margin-bottom: 2rem;
font-size: 2.5rem;
letter-spacing: 1px;
}

a {
color: #4dbbff;
text-decoration: none;
transition: color 0.3s ease;
}

a:hover {
color: #00a3ff;
}

footer {
background-color: #111111;
text-align: center;
padding: 2rem 0;
color: #ffffff;
margin-top: 2rem;
border-radius: 0 0 8px 8px;
}

.social-links img {
margin-right: 10px;
vertical-align: middle;
transition: transform 0.3s ease;
}

.social-links img:hover {
transform: scale(1.1);
}

.project {
margin-bottom: 3rem;
}

.project img {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
}

.project img:hover {
transform: scale(1.05);
}

.project-title {
font-size: 1.5rem;
margin-bottom: 0.5rem;
color: #ffffff;
}

.project-description {
font-size: 1.2rem;
color: #cccccc;
}
</style>
</head>
<body>
<header>
<img src="https://yt3.ggpht.com/bGl_QOMH6oWEP_qO-kWkeAX8Fb185yCJCFcF5xbbSQEFC98CHCRb6KZYxeKwYgyaDgKnxeOMoXw=s176-c-k-c0x00ffffff-no-rj" alt="A beautiful landscape" width="100" height="100">
<h1>stuffbymax</h1>
<p>Welcome to my world of game development!</p>
</header>

<section class="contact">
<h2 class="section-heading">Contact Information</h2>
<ul class="social-links">
<li><a href="https://www.youtube.com/channel/UCPImH2euMdVLB0WD3w1GDtw"><img src="https://th.bing.com/th/id/R.94a67bc652e2c46a1f9294ab5165db3e?rik=743uMBzo4Hxi2A&pid=ImgRaw&r=0" alt="YouTube Logo" width="30" height="30"></a></li>
<li><a href="https://github.com/justmaxcz"><img src="https://th.bing.com/th/id/OIP.eoZPB2gfGH-1ckaL_JSZdwAAAA?rs=1&pid=ImgDetMain" alt="GitHub Logo" width="30" height="30"></a></li>
</ul>
<p>Email: i dont like shering my email</p>
</section>
</div>
<footer>
&copy; 2024 stuffbymax
</footer>
</body>
</html>

Loading

0 comments on commit bf319c2

Please sign in to comment.