21 Commits

Author SHA1 Message Date
7aab12e593 Fixed project name
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 16s
2026-01-22 20:12:09 +01:00
32964ae1a1 Added Sonar config
Some checks failed
SonarQube Scan / SonarQube Trigger (pull_request) Failing after 11s
2026-01-22 20:09:33 +01:00
6e5915b8cb Added prod deply
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 30s
2025-02-03 20:21:26 +01:00
e3a7c7ef82 Fixed stylings 2025-02-03 20:18:48 +01:00
4695ec3aa9 Fixed fonts and logos
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s
2025-02-02 17:42:21 +01:00
ed56f34c20 Added correct svg's
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 28s
2025-01-27 19:25:05 +01:00
44cae829b2 Added correct font
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s
2025-01-21 21:18:30 +01:00
d6ccad7622 Fixed contact button
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s
2025-01-16 23:16:37 +01:00
be23ee885e Added mobile site and tweaked web version
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s
2025-01-16 23:15:14 +01:00
1c2624bf3f fixed link to website
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 30s
2025-01-07 18:49:03 +01:00
c2a6f74571 added reworks on gradient
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 28s
2025-01-07 18:47:30 +01:00
15e167e78c Fixed gzip
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s
2024-11-10 13:10:54 +01:00
82bf189e6e updated gzipper dep
Some checks failed
Copy Files to Samba Share dev / Copy Files (push) Failing after 30s
2024-11-10 13:07:45 +01:00
4c441b6505 added gzip to build config
Some checks failed
Copy Files to Samba Share dev / Copy Files (push) Failing after 23s
2024-11-10 12:48:18 +01:00
95df8b60ba Added new layout
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s
2024-11-10 12:42:12 +01:00
08c7d49ac9 Added hero component
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 21s
2024-08-16 16:15:39 +02:00
7211d18d9b Changed action to subfolder
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s
2024-08-10 15:54:48 +02:00
39bfd51ffd fixed action script
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 21s
2024-08-10 15:50:12 +02:00
d223814384 Initial commit
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 28s
2024-08-10 15:47:19 +02:00
de5da8e613 Update .gitea/workflows/deploy-dev.yaml
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 17s
2024-08-10 15:19:02 +02:00
0546e38520 Merge pull request 'Update .gitea/workflows/deploy-dev.yaml' (#5) from main into dev
Some checks failed
Copy Files to Samba Share dev / Copy Files (push) Failing after 16s
Reviewed-on: #5
2024-08-10 11:41:01 +02:00
9 changed files with 47 additions and 7 deletions

View File

@@ -0,0 +1,22 @@
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0 # Ex: v4.1.0 or sha1, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

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

19
sonar-project.properties Normal file
View File

@@ -0,0 +1,19 @@
# must be unique in a given SonarQube instance
sonar.projectKey=CptArn-Homepage
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=CptArn Homepage
sonar.projectVersion=20.x.x
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src
sonar.sourceEncoding=UTF-8
sonar.exclusions=**/node_modules/**,**/*.stories.ts,**/*.spec.ts,**/jest.config.js,**/primeng-theme/**
sonar.tests=
sonar.test.exclusions=
sonar.test.inclusions=**/*.spec.ts
sonar.typescript.lcov.reportPaths=coverage/libs/base/lcov.info,coverage/libs/utils/lcov.info
sonar.typescript.exclusions=**/**e2e/**,**/node_modules/**,**/stories.ts,**/typings.d.ts,**/main.ts,**/index.ts,**/environments/environment*.ts,**/test.ts,**/*module.ts,**/*routing.module.ts,**/*.js
#----- Default SonarQube server
sonar.host.url=http://10.0.1.245:9005

View File

@@ -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">
<a href="#about">about</a>
<a href="#contact">contact</a>

View File

@@ -1,4 +1,4 @@
<div class="mobile">
<img alt="logo" src="assets/CPTARN_logo-figure_White.svg"/>
<img src="assets/CPTARN_logo-figure_White.svg"/>
</div>
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>

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>
<a href="mailto:contact@cptarn.com" class="web">Contact</a>
</div>
<img class="arne" alt="Drawing of Arne" src="assets/Website_Arne.svg" />
<img class="arne" src="assets/Website_Arne.svg" />
<a href="mailto:contact@cptarn.com" class="mobile">Contact</a>
</div>
<div class="right">
@@ -17,7 +17,7 @@
solutions that help you innovate, save time, and stay ahead. Let's work together
to make your next project a success!</p>
</div>
<img src="assets/Website_Topview_Collab.svg" alt="Drawing of collaboration" />
<img src="assets/Website_Topview_Collab.svg" />
</div>
<div class="full">
<div class="text">
@@ -31,5 +31,5 @@
right technology can enhance productivity and improve daily workflows, whether in
a corporate environment or your own home.</p>
</div>
<img src="assets/Website_Desk.svg" alt="Drawing of a desk"/>
<img src="assets/Website_Desk.svg" />
</div>

View File

@@ -55,7 +55,7 @@ h2 {
a {
color: #fff;
text-decoration: none;
background-color: rgb(207, 66, 22);// var(--accent-color) not enough contrast
background-color: var(--accent-color);
border-radius: 4rem;
padding: 0.5rem 1rem;
margin-top: 2rem;

View File

@@ -5,7 +5,6 @@
<title>CptArn</title>
<base href="/">
<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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>