Compare commits
17 Commits
arne-acces
...
4695ec3aa9
| Author | SHA1 | Date | |
|---|---|---|---|
| 4695ec3aa9 | |||
| ed56f34c20 | |||
| 44cae829b2 | |||
| d6ccad7622 | |||
| be23ee885e | |||
| 1c2624bf3f | |||
| c2a6f74571 | |||
| 15e167e78c | |||
| 82bf189e6e | |||
| 4c441b6505 | |||
| 95df8b60ba | |||
| 08c7d49ac9 | |||
| 7211d18d9b | |||
| 39bfd51ffd | |||
| d223814384 | |||
| de5da8e613 | |||
| 0546e38520 |
@@ -17,14 +17,7 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y smbclient
|
apt-get install -y smbclient
|
||||||
|
|
||||||
- name: install dependencies
|
|
||||||
run: |
|
|
||||||
npm ci
|
|
||||||
|
|
||||||
- name: build application
|
|
||||||
run: |
|
|
||||||
npm run prod:deploy
|
|
||||||
|
|
||||||
- name: Copy
|
- name: Copy
|
||||||
run: |
|
run: |
|
||||||
smbclient //192.168.129.245/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c 'prompt OFF; recurse ON; cd letsencrypt/config/www/cptarn/; lcd dist/cpt-arn/browser/; mput *'
|
smbclient //192.168.129.245/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www\"; lcd \".\"; prompt; recurse; mput *"
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"dev:deploy": "ng build --configuration=production --base-href /dev/ --deploy-url /dev/ && npx gzipper compress ./dist",
|
"dev:deploy": "ng build --configuration=production --base-href /dev/ --deploy-url /dev/ && npx gzipper compress ./dist"
|
||||||
"prod:deploy": "ng build --configuration=production --base-href / --deploy-url / && npx gzipper compress ./dist"
|
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -9,6 +9,6 @@
|
|||||||
|
|
||||||
@media screen and (max-width: variables.$breakpoint) {
|
@media screen and (max-width: variables.$breakpoint) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding: 0 3rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,15 @@
|
|||||||
@use "../../variables.scss" as variables;
|
@use "../../variables.scss" as variables;
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
font-weight: 400;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-style: italic;
|
||||||
padding-bottom: 5rem;
|
padding-bottom: 5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2rem;
|
top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "Jost";
|
font-family: "Jost";
|
||||||
font-style: italic;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact {
|
.contact {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<img alt="logo" src="assets/CPTARN_logo-name_White.svg" />
|
<img src="assets/CPTARN_logo-name_White.svg" />
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<a href="#about">about</a>
|
<a href="#about">about</a>
|
||||||
<a href="#contact">contact</a>
|
<a href="#contact">contact</a>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@use "../../variables.scss";
|
@use "../../variables.scss";
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
border-bottom: 2px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -22,7 +22,6 @@ img {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
font-family: "Jost";
|
font-family: "Jost";
|
||||||
font-size: 2rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,7 +32,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
border-top: 2px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
|||||||
@@ -1,4 +1,2 @@
|
|||||||
<div class="mobile">
|
<img class="mobile" src="assets/CPTARN_logo-figure_White.svg"/>
|
||||||
<img alt="logo" src="assets/CPTARN_logo-figure_White.svg"/>
|
|
||||||
</div>
|
|
||||||
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>
|
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>
|
||||||
|
|||||||
@@ -34,17 +34,9 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
border-bottom: 2px solid #fff;
|
|
||||||
padding: 1rem 0;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 50%;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
border-bottom: 1px solid #fff;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<p>Welcome to my creative workspace! I’m a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether you’re looking to build a prototype, develop custom code, or create a tailored automation system, I’m here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isn’t just functional, but forwardthinking and impactful.</p>
|
<p>Welcome to my creative workspace! I’m a solution-driven freelancer with a passion for blending innovative thinking with technical know-how to bring unique ideas to life. Whether you’re looking to build a prototype, develop custom code, or create a tailored automation system, I’m here to help turn your vision into a reality. My approach combines hands-on experience with a fresh perspective, ensuring that every project isn’t 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 class="arne" alt="Drawing of Arne" src="assets/Website_Arne.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/Website_Topview_Collab.svg" alt="Drawing of collaboration" />
|
<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/Website_Desk.svg" alt="Drawing of a desk"/>
|
<img src="assets/Website_Desk.svg" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ h2 {
|
|||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: rgb(207, 66, 22);// var(--accent-color) not enough contrast
|
background-color: var(--accent-color);
|
||||||
border-radius: 4rem;
|
border-radius: 4rem;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
@@ -79,11 +79,6 @@ a {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arne {
|
|
||||||
max-width: 70%;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
@@ -94,7 +89,7 @@ a {
|
|||||||
}
|
}
|
||||||
:host {
|
:host {
|
||||||
> div {
|
> div {
|
||||||
margin-top: 0;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
<title>CptArn</title>
|
<title>CptArn</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="CptArn Freelance creative thinker with a solution focus. For all projects involving prototyping, coding or automation in a wide array of situations (IT projects, factory/home automation, new products).">
|
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
|||||||
Reference in New Issue
Block a user