-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 45b4741
Showing
176 changed files
with
68,412 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Triet Vo | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# RDT_Demo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "{{ replace .Name "-" " " | title }}" | ||
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
######################## default configuration #################### | ||
baseURL = "https://examplesite.com" | ||
title = "OMEGA" | ||
theme = "omega" | ||
# google analytics | ||
googleAnalytics = "" # example : UA-123-45 | ||
[markup.goldmark.renderer] | ||
unsafe= true | ||
|
||
######################### navigation ############################## | ||
|
||
[[menu.main]] | ||
name = "Home" | ||
pre = "" | ||
url = "/" | ||
weight = 1 | ||
|
||
[[menu.main]] | ||
name = "About" | ||
pre = "#" | ||
url = "mission" | ||
weight = 2 | ||
|
||
[[menu.main]] | ||
name = "Competition" | ||
pre = "#" | ||
url = "products" | ||
weight = 3 | ||
|
||
[[menu.main]] | ||
name = "Apply" | ||
pre = "" | ||
url = "career" | ||
weight = 4 | ||
|
||
[[menu.main]] | ||
name = "Contact" | ||
pre = "#" | ||
url = "contact" | ||
weight = 5 | ||
|
||
|
||
#################### default parameters ################################ | ||
[params] | ||
logo = "images/index.jpg" | ||
logo_width = "120px" | ||
# Meta data | ||
description = "This is meta description" | ||
author = "Themefisher" | ||
# contact info | ||
contact_info = "101 Johnson St" | ||
# Preloader | ||
preloader = true | ||
# google map | ||
[params.map] | ||
enable = true | ||
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw" | ||
map_center_lat = "25.773606" | ||
map_center_lng = "-80.732655" | ||
map_position_lat = "25.7635916" | ||
map_position_lng = "-80.1937595" | ||
map_marker = "images/map-marker.png" | ||
|
||
# cookies | ||
[params.cookies] | ||
enable = true | ||
expire_days = 2 | ||
|
||
############################# social site ######################## | ||
[[params.social]] | ||
title = "facebook" | ||
icon = "fa-facebook" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/ | ||
link = "#" | ||
|
||
[[params.social]] | ||
title = "twitter" | ||
icon = "fa-twitter" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/ | ||
link = "#" | ||
|
||
[[params.social]] | ||
title = "instagram" | ||
icon = "fa-instagram" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/ | ||
link = "#" | ||
|
||
[[params.social]] | ||
title = "github" | ||
icon = "fa-github" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/ | ||
link = "#" | ||
|
||
[[params.social]] | ||
title = "linkedin" | ||
icon = "fa-linkedin" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/ | ||
link = "#" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
--- | ||
title : "Career" | ||
layout: "career" | ||
description: "Do what you enjoy, invest for your future and reap the benefits of working with the worlds first advancement company that puts people first." | ||
|
||
|
||
######### about ############### | ||
about: | ||
enable : true | ||
title : "Who we're looking for" | ||
content : "Bright, educated and hard working individuals who put professionalism first." | ||
video_thumb : "images/promo-video-thumbnail.jpg" | ||
video_id : "g3-VxLQO7do" | ||
|
||
|
||
########### Gallery ########## | ||
gallery: | ||
enable : true | ||
images: | ||
- "images/gallery/gallery-01.png" | ||
- "images/gallery/gallery-02.png" | ||
- "images/gallery/gallery-03.png" | ||
|
||
|
||
########### funfacts ########## | ||
funfacts: | ||
enable : true | ||
title : "amenities for you to enjoy" | ||
funfacts_item: | ||
- name : "Flexible hours" | ||
icon : "fa-bicycle" | ||
content : "Tight schedule, tell us so we can tailor the schedule that fits your needs." | ||
|
||
- name : "Free Snacks" | ||
icon : "fa-bell-o" | ||
content : "Tight schedule, tell us so we can tailor the schedule that fits your needs." | ||
|
||
- name : "Recreation" | ||
icon : "fa-microchip" | ||
content : "Tight schedule, tell us so we can tailor the schedule that fits your needs." | ||
|
||
- name : "5 Working Days" | ||
icon : "fa-plug" | ||
content : "Tight schedule, tell us so we can tailor the schedule that fits your needs." | ||
|
||
########### Career ############ | ||
career: | ||
enable : true | ||
title : "Job Opening" | ||
job_item: | ||
- name : "Android Developer" | ||
location : "Hamburg, Germany" | ||
form_action : "#" | ||
about : "With experience in creating visual directions for tech products, you are able to set the standard and lead designers along the way. You are not only able to execute beautiful user experiences yourself but communicate those concepts to the team and clients." | ||
experiences: | ||
- "3+ years Development experience in a startup environment" | ||
- "Strong knowledge of iOS, Android & Web Platforms" | ||
- "Dynamic presentation and communication skills" | ||
- "Self-motivation: You manage your own milestones, deadlines, and priorities" | ||
|
||
- name : "DevOps Engineer" | ||
location : "Hamburg, Germany" | ||
form_action : "#" | ||
about : "With experience in creating visual directions for tech products, you are able to set the standard and lead designers along the way. You are not only able to execute beautiful user experiences yourself but communicate those concepts to the team and clients." | ||
experiences: | ||
- "3+ years Development experience in a startup environment" | ||
- "Strong knowledge of iOS, Android & Web Platforms" | ||
- "Dynamic presentation and communication skills" | ||
- "Self-motivation: You manage your own milestones, deadlines, and priorities" | ||
|
||
|
||
- name : "Operations Manager" | ||
location : "Hamburg, Germany" | ||
form_action : "#" | ||
about : "With experience in creating visual directions for tech products, you are able to set the standard and lead designers along the way. You are not only able to execute beautiful user experiences yourself but communicate those concepts to the team and clients." | ||
experiences: | ||
- "3+ years Development experience in a startup environment" | ||
- "Strong knowledge of iOS, Android & Web Platforms" | ||
- "Dynamic presentation and communication skills" | ||
- "Self-motivation: You manage your own milestones, deadlines, and priorities" | ||
|
||
|
||
- name : "International Compliance Officer" | ||
location : "Hamburg, Germany" | ||
form_action : "#" | ||
about : "With experience in creating visual directions for tech products, you are able to set the standard and lead designers along the way. You are not only able to execute beautiful user experiences yourself but communicate those concepts to the team and clients." | ||
experiences: | ||
- "3+ years Development experience in a startup environment" | ||
- "Strong knowledge of iOS, Android & Web Platforms" | ||
- "Dynamic presentation and communication skills" | ||
- "Self-motivation: You manage your own milestones, deadlines, and priorities" | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
#################### Banner ##################### | ||
banner: | ||
enable : true | ||
title : "To Infinity And Beyond" | ||
content : "Creating the first rover to reach the sun" | ||
image : "images/opportunity.jpg" | ||
button: | ||
enable : true | ||
label : "WHAT WE DO" | ||
link : "#products" | ||
|
||
#################### Mission ##################### | ||
mission: | ||
enable : true | ||
title : "Shoot For The Stars" | ||
section : "MISSION" | ||
content : "NASA was started in 1960 to take humanity beyond Earth and expand our scientific knowledge. Now, we're here to revive their grand vision." | ||
video_thumb: "images/video-thumb.jpg" | ||
video_id: "ResipmZmpDU" | ||
|
||
|
||
#################### Vision ##################### | ||
vision: | ||
enable : true | ||
section : "VISION" | ||
vision_item: | ||
- title : "People First" | ||
image : "images/vision/vision-01.jpg" | ||
content : "We keep everything open and transparency to all of our members <br>" | ||
|
||
- title : "Cutting Edge" | ||
image : "images/vision/vision-02.jpg" | ||
content : "We pursue the latest model and algorithms from Machine Learning and Robotics. <br>" | ||
|
||
- title : "Chill Atmosphere" | ||
image : "images/vision/vision-03.jpg" | ||
content : "We keep everything fun and politics-free. <br>Paul Sanar Founder" | ||
|
||
|
||
#################### product #################### | ||
product: | ||
enable : true | ||
section : "Products" | ||
title : "Some Of Our Best Products" | ||
content : "See the innovation that has come through the Rio way. As an advancement company, the goal is to continuously find areas to help business push forward. Below you can find the first product available to help you do so." | ||
product_item: | ||
- title : "Ecosystem" | ||
image : "images/product/product-03.jpg" | ||
content : "Omega OS Version 2.0 is the world’s first and only cloud operating system. See how this revolutionarys oftware can become the center of your business." | ||
project_url : "#" | ||
|
||
- title : "Objects" | ||
image : "images/product/product-02.jpg" | ||
content : "Omega OS Version 2.0 is the world’s first and only cloud operating system. See how this revolutionarys oftware can become the center of your business." | ||
project_url : "#" | ||
|
||
- title : "Publisher" | ||
image : "images/product/product-03.jpg" | ||
content : "Omega OS Version 2.0 is the world’s first and only cloud operating system. See how this revolutionarys oftware can become the center of your business." | ||
project_url : "#" | ||
|
||
|
||
###################### Contact #################### | ||
contact: | ||
enable : true | ||
section : "CONTACT US" | ||
title : "reach us" | ||
image : "images/map-bg.jpg" | ||
content : "The dawn of the digital age and the need for a significant leap forward is here. We believe that every business has the opportunity to move into this new age with the right mindset. Contact us today to begin understanding how Omega can propel your business." | ||
|
||
|
||
################### call to action ################# | ||
call_to_action: | ||
enable : true | ||
title : "Join the Omega family. <br>Click below to view the career opportunities we have for you." | ||
button_label : "Apply Now" | ||
button_link : "career" |
Oops, something went wrong.