Compare commits
5 Commits
f483647f5b
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d8de1228d | |||
| 41e4041c7c | |||
| 6fc14b1323 | |||
| fbfcba5f63 | |||
| 14293b5acc |
@@ -1,3 +0,0 @@
|
|||||||
[submodule "themes/blowfish"]
|
|
||||||
path = themes/blowfish
|
|
||||||
url = https://github.com/nunocoracao/blowfish.git
|
|
||||||
@@ -2,7 +2,8 @@
|
|||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://blowfish.page/docs/getting-started/
|
# https://blowfish.page/docs/getting-started/
|
||||||
|
|
||||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
[[module.imports]]
|
||||||
|
path = "github.com/nunocoracao/blowfish/v2"
|
||||||
baseURL = "https://ashmarlow.co.uk"
|
baseURL = "https://ashmarlow.co.uk"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ layout: "simple"
|
|||||||
{{< timeline >}}
|
{{< timeline >}}
|
||||||
|
|
||||||
{{< timelineItem icon="nextbase" header="Nextbase" badge="June 2025 - Present" subheader="Software QA Specialist" >}}
|
{{< timelineItem icon="nextbase" header="Nextbase" badge="June 2025 - Present" subheader="Software QA Specialist" >}}
|
||||||
Currently driving software quality by bridging the gap between firmware development and automated validation.
|
Currently driving software quality by bridging the gap between firmware development and automated validation. Carrying out firmware and cloud testing through full cycle of Testing planning, smoke and regression testing and writing test reports.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>OTA Specialist:</strong> Engineered test cases for Over-The-Air firmware updates.</li>
|
<li><strong>OTA Specialist:</strong> Engineered test cases for Over-The-Air firmware updates.</li>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
module git.marlow.quest/ash/website
|
||||||
|
|
||||||
|
go 1.26.3
|
||||||
|
|
||||||
|
require github.com/nunocoracao/blowfish/v2 v2.103.0 // indirect
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
github.com/nunocoracao/blowfish/v2 v2.103.0 h1:zwGBHMMgpd76+AWC7VxWLuZFctwj24J9FOqCO2OML+8=
|
||||||
|
github.com/nunocoracao/blowfish/v2 v2.103.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Submodule themes/blowfish deleted from da8ca782aa
Reference in New Issue
Block a user