Przeglądaj źródła

doc screenshots (#614)

James Read 1 rok temu
rodzic
commit
e559c32c37

+ 4 - 4
README.md

@@ -12,7 +12,7 @@ OliveTin gives **safe** and **simple** access to predefined shell commands from
 [![Go Report Card](https://goreportcard.com/badge/github.com/Olivetin/OliveTin)](https://goreportcard.com/report/github.com/OliveTin/OliveTin)
 [![Go Report Card](https://goreportcard.com/badge/github.com/Olivetin/OliveTin)](https://goreportcard.com/report/github.com/OliveTin/OliveTin)
 [![Build Snapshot](https://github.com/OliveTin/OliveTin/actions/workflows/build-snapshot.yml/badge.svg)](https://github.com/OliveTin/OliveTin/actions/workflows/build-snapshot.yml)
 [![Build Snapshot](https://github.com/OliveTin/OliveTin/actions/workflows/build-snapshot.yml/badge.svg)](https://github.com/OliveTin/OliveTin/actions/workflows/build-snapshot.yml)
 
 
-<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshotDesktop.png" />
+<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshots/mainpage-laptop_framed.png" />
 <a href = "#screenshots">More screenshots below</a>
 <a href = "#screenshots">More screenshots below</a>
 
 
 All documentation can be found at [docs.olivetin.app](https://docs.olivetin.app). This includes installation and usage guide, etc.
 All documentation can be found at [docs.olivetin.app](https://docs.olivetin.app). This includes installation and usage guide, etc.
@@ -53,19 +53,19 @@ All documentation can be found at [docs.olivetin.app](https://docs.olivetin.app)
 Desktop web browser;
 Desktop web browser;
 
 
 <p align = "center">
 <p align = "center">
-<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshotDesktop.png" />
+<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshots/mainpage-laptop_framed.png" />
 </p>
 </p>
 
 
 Desktop web browser (dark mode);
 Desktop web browser (dark mode);
 
 
 <p align = "center">
 <p align = "center">
-<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshotDesktopDark.png" />
+<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshots/mainpage-darkop_framed.png" />
 </p>
 </p>
 
 
 Mobile screen size (responsive layout);
 Mobile screen size (responsive layout);
 
 
 <p align = "center">
 <p align = "center">
-<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshotMobile.png" style = "height: 700px;" />
+<img alt = "screenshot" src = "https://github.com/OliveTin/OliveTin/blob/main/var/marketing/screenshots/mainpage-phone_framed.png" style = "height: 700px;" />
 </p>
 </p>
 
 
 ## No-Nonsense Software Principles
 ## No-Nonsense Software Principles

+ 7 - 0
var/marketing/Makefile

@@ -0,0 +1,7 @@
+updatescreenshots:
+	repo-common-take-screenshot mainpage-darkop http://localhost:1337/ 1024 680 --dark
+	repo-common-take-screenshot mainpage-laptop http://localhost:1337/ 1024 680
+	repo-common-take-screenshot mainpage-phone http://localhost:1337/ 600 1160
+	repo-common-image-framer
+
+.PHONY: updatescreenshots

BIN
var/marketing/screenshotDesktop.png


BIN
var/marketing/screenshotDesktopDark.png


BIN
var/marketing/screenshotDesktopDarkSidebar.png


BIN
var/marketing/screenshotMobile.png


BIN
var/marketing/screenshots/mainpage-darkop.png


BIN
var/marketing/screenshots/mainpage-darkop_framed.png


BIN
var/marketing/screenshots/mainpage-laptop.png


BIN
var/marketing/screenshots/mainpage-laptop_framed.png


BIN
var/marketing/screenshots/mainpage-phone.png


BIN
var/marketing/screenshots/mainpage-phone_framed.png