Skip to content

Commit 213f7ae

Browse files
committed
Rebrand to Redcube Campus
1 parent 1fe0b71 commit 213f7ae

File tree

3 files changed

+3
-90
lines changed

3 files changed

+3
-90
lines changed

README.md

Lines changed: 1 addition & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1 @@
1-
2-
3-
4-
<h1 align="center">Mobile App Landing for GitHub Pages</h1>
5-
6-
## Made for [NeonFrame.app](https://neonframe.app)
7-
8-
### Based on the original [template created by Sandoche](https://github.com/sandoche/Mobile-app-landingpage-template) and adapted to use with GitHub Actions:
9-
```
10-
.github/workflows/jekyll.yml
11-
```
12-
13-
### [Article how to easily make the landing with GitHub Pages](https://www.linkedin.com/pulse/beautiful-landing-mobile-app-github-pages-dmitri-chernysh-tfakf/)
14-
##
15-
16-
## 💡 Features
17-
Mobile App Landing Page Template comes with pre-installed features and options:
18-
- Display app icon
19-
- Show unlimited app screenshots
20-
- Link to Google Play
21-
- Link to the AppStore
22-
- Link to the Web App
23-
- Press mention section
24-
- Product Hunt floating prompt
25-
- Privacy policy Page
26-
- Google Analytics
27-
- Cookie Consent
28-
- Automatic dark theme
29-
- Doorbell widget
30-
- Github forking banner
31-
32-
## ✨ Demo
33-
Check out websites using the Mobile App Template:
34-
35-
- https://neonframe.app
36-
- https://closetalk.app
37-
- https://mobileapplandingpage.learn.uno (demo website)
38-
39-
40-
## 📖 How to use
41-
42-
### The normal way
43-
44-
1. Fork this project
45-
2. Edit `_config.yml`, feel free to commut/uncomment what you need (google analtytics, or github for example)
46-
3. Edit `_data/app.yml` with your app data
47-
4. Update the text from `_data/strings.yml`, you can customize there the footer's links
48-
5. Edit icons and screenshots inside the `_images` folder and `icon.png` in the root
49-
6. Edit `_src/index.js` to update the product hunt modal (or to remove it) and to remove the darkmode plugin if you don't want it
50-
7. Deploy (on netlify, gitpages or surge, they are all free)
51-
52-
### The no-code way
53-
54-
1. Go to https://t3mpl.n4no.com/editor/#manifest=../templates/mobile-app-landing-page/template.yaml
55-
2. Edit the settings on the left part
56-
3. Click on the `Publish` button then `Save Webpage as .zip`
57-
4. Unzip and upload the folder to your server (you can drag'n'drop it in Netlify to host it there for free)
58-
59-
## ⚙️ How to run
60-
61-
### Pre-requisites
62-
- NodeJS
63-
- Ruby, Bundler
64-
65-
### Install
66-
```
67-
npm install
68-
bundler install
69-
```
70-
71-
### Development
72-
```
73-
npm start
74-
```
75-
76-
### Build
77-
```
78-
npm run build
79-
```
80-
81-
### Update gem version (Gemfile.lock)
82-
```
83-
bundle install
84-
```
85-
86-
### More documentation
87-
This templates uses [Jekyll-webpack-boilerplate](https://github.com/sandoche/Jekyll-webpack-boilerplate), read more documentation there.
88-
1+
[redcube.dev](https://redcube.dev) Website made using [neonframe.page](https://github.com/mobiledevpro/neonframe.page)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This config file contains the config of your webpages
44
# You may also want to update /config/webpack.pwa.js in case you want to generate a Progressive Web App
55

6-
title: BetterHM
6+
title: Redcube Campus
77
88
description: Inoffizielle App für die Hochschule München
99
baseurl: "/dev-redcube.github.io" # the subpath of your site, e.g. /blog

_data/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: BetterHM
1+
name: Redcube Campus
22
description: Inoffizielle App für die Hochschule München
33
full_description: 'Diese App ist eine inoffizielle Anwendung für dich als Student oder Studentin der Hochschule München. Sie bietet dir praktische Funktionen, die dein Studium erleichtern und organisieren. Mit dieser App kannst du den Essensplan der Mensa abrufen, ein Dashboard mit Informationen einsehen und Termine sowie den Stundenplan in der Kalenderansicht abrufen. Deine Privatsphäre ist geschützt, da die App keinerlei Tracking oder Analytics verwendet. Hinweis: Diese App ist inoffiziell und steht in keiner Verbindung mit der Hochschule München. Sie wird von Studierenden der Hochschule München ihrer Freizeit entwickelt, die sich über Feedback und Unterstützung freuen.'
44
android: https://play.google.com/store/apps/details?id=de.moritzhuber.betterHm

0 commit comments

Comments
 (0)