Skip to content

Commit

Permalink
ADD PARTNERS SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
airdata committed Dec 24, 2022
1 parent 8f82ba9 commit fed9bac
Show file tree
Hide file tree
Showing 113 changed files with 2,470 additions and 2,319 deletions.
19 changes: 19 additions & 0 deletions #STUDIO.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#STUDIO
#ADATA HDD
#rsync -avh /Volumes/store/Studio/ /Volumes/store\ backup/Studio/ --delete

#rsync -avh /Volumes/store/Studio/ /Volumes/store\ 1/Studio/ --delete

#GO PRO
rsync -avh /Volumes/store/GoPro/ /Volumes/Media/GoPro/ --dry-run
#gGIT
rsync -avh /Volumes/store/Docs/ /Volumes/store\ 1/Docs/ --delete

§/Volumes/store/Docs/github/ /Volumes/store\ 1/github/ --delete
#
#rsync -auz /Volumes/store/GoPro/ /Volumes/store\ backup/GoPro/
#rsync -auz /Volumes/store/GoPro-sorted/ /Volumes/store\ backup/GoPro-sorted/
#rsync -auz /Volumes/store/Studio/ /Volumes/store\ backup/Studio/
#rsync -auz /Volumes/store/Videos/ /Volumes/store\ backup/Videos/
#rsync -auz /Volumes/store/Docs/ /Volumes/store\ backup/Docs/
#rsync -auz /Volumes/store/Media/ /Volumes/store\ backup/Media/
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2.1 # use CircleCI 2.1
jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
working_directory: ~/mern-starter # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:10.16.3 # ...with this image as the primary container; this is where all `steps` will run
- image: mongo:4.2.0 # and this image as the secondary service container
steps: # a collection of executable commandsg
- checkout # special step to check out source code to working directory
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
- restore_cache: # special step to restore the dependency cache
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: install-npm-wee
command: npm install
- save_cache: # special step to save the dependency cache
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ./node_modules
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
asd
.idea*
.git
.DS_Store
.ftpquota
_notes
*.iml
*node_modules
node_modules/
*package-lock.json
node_modules
16 changes: 16 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Options -Indexes
RewriteOptions inherit
# BEGIN WpFastestCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^rumen-lishkov\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.rumen-lishkov.com/$1 [R,L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

19 changes: 18 additions & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# airdata.github.io
Resume of R.L.
### A nodejs web app - Resume of R.L.

[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)


# Build status

[![CircleCI](https://img.shields.io/circleci/project/github/airdata/insite.svg)](https://circleci.com/gh/airdata/airdata.github.io)
[![Heroku](https://heroku-badge.herokuapp.com/?app=heroku-badge&style=flat)](https://rumen.herokuapp.com/projects.html)

# Install and start the app
```javascript
npm install
npm start
```
## Open the app

[http://localhost:5000](https://localhost:5000)
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Start on Heroku: Node.js",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/airdata/airdata.github.io/",
"logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg",
"keywords": ["node", "express", "heroku"],
"image": "heroku/nodejs"
}
40 changes: 0 additions & 40 deletions contact.html

This file was deleted.

Empty file modified css/base.css
100755 → 100644
Empty file.
Empty file modified css/grid.css
100755 → 100644
Empty file.
Empty file modified css/icons/fontawesome/font-awesome.min.css
100755 → 100644
Empty file.
Empty file modified css/icons/fontawesome/fonts/fontawesome-webfont862f.eot
100755 → 100644
Empty file.
Empty file modified css/icons/fontawesome/fonts/fontawesome-webfont862f.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified css/icons/fontawesome/fonts/fontawesome-webfont862f.ttf
100755 → 100644
Empty file.
Empty file modified css/icons/fontawesome/fonts/fontawesome-webfont862f.woff
100755 → 100644
Empty file.
Empty file modified css/icons/fontawesome/fonts/fontawesome-webfontd41d.eot
100755 → 100644
Empty file.
Empty file modified css/shi_default.min.css
100755 → 100644
Empty file.
Empty file modified css/slide.css
100755 → 100644
Empty file.
Loading

0 comments on commit fed9bac

Please sign in to comment.