Added correct svg's
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 28s

This commit is contained in:
2025-01-27 19:25:05 +01:00
parent 44cae829b2
commit ed56f34c20
5 changed files with 241 additions and 3 deletions

74
public/assets/Website_Arne.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 62 KiB

77
public/assets/Website_Desk.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 83 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -4,7 +4,7 @@
<p>Welcome to my creative workspace! Im a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether youre looking to build a prototype, develop custom code, or create a tailored automation system, Im here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isnt just functional, but forwardthinking and impactful.</p> <p>Welcome to my creative workspace! Im a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether youre looking to build a prototype, develop custom code, or create a tailored automation system, Im here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isnt just functional, but forwardthinking and impactful.</p>
<a href="mailto:contact@cptarn.com" class="web">Contact</a> <a href="mailto:contact@cptarn.com" class="web">Contact</a>
</div> </div>
<img src="assets/service-1.svg" /> <img src="assets/Website_Arne.svg" />
<a href="mailto:contact@cptarn.com" class="mobile">Contact</a> <a href="mailto:contact@cptarn.com" class="mobile">Contact</a>
</div> </div>
<div class="right"> <div class="right">
@@ -17,7 +17,7 @@
solutions that help you innovate, save time, and stay ahead. Let's work together solutions that help you innovate, save time, and stay ahead. Let's work together
to make your next project a success!</p> to make your next project a success!</p>
</div> </div>
<img src="assets/service-2.svg" /> <img src="assets/Website_Topview_Collab.svg" />
</div> </div>
<div class="full"> <div class="full">
<div class="text"> <div class="text">
@@ -31,5 +31,5 @@
right technology can enhance productivity and improve daily workflows, whether in right technology can enhance productivity and improve daily workflows, whether in
a corporate environment or your own home.</p> a corporate environment or your own home.</p>
</div> </div>
<img src="assets/service-3.svg" /> <img src="assets/Website_Desk.svg" />
</div> </div>

View File

@@ -20,6 +20,15 @@ h2 {
.left, .right { .left, .right {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 5%;
&:first-child {
margin-bottom: -8rem;
img {
position: relative;
top: -7rem;
}
}
.text { .text {
max-width: 50%; max-width: 50%;
@@ -58,6 +67,13 @@ a {
@media screen and (max-width: variables.$breakpoint) { @media screen and (max-width: variables.$breakpoint) {
.left, .right { .left, .right {
flex-direction: column; flex-direction: column;
&:first-child {
margin-bottom: 3rem;
img {
position: relative;
top: 0rem;
}
}
.text, img { .text, img {
max-width: 100%; max-width: 100%;
} }