commit 26451d50e506708d0dfb6024a699a1713c0f9858 Author: Saul Badillo Date: Fri Nov 17 21:27:04 2023 -0600 Initial commit with simple custom css to add branding diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e94855 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +*.swp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0bf52ee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/roxo-hugo"] + path = themes/roxo-hugo + url = https://git.nextia.cloud/Nextia/roxo-hugo.git diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss new file mode 100644 index 0000000..92ec232 --- /dev/null +++ b/assets/scss/custom.scss @@ -0,0 +1,30 @@ +.navbar{ + background: #0d4f76; +} +.site-navigation .nav-item .nav-link { + color: #6bfdb1 +} +.btn-primary{ + background:#01bace +} + +.btn-primary:hover{ + background:#017380 +} + + +.btn { + color: #6bfdb1 !important +} + +$bg-blur: rgba(#000, 0.4); +.site-hero-content { + background-color: $bg-blur; +} + +.site-hero-content h1 { + color: #6bfdb1 !important; +} +.site-hero-content h6 { + color: #6bfdb1 !important; +} diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..c920dae --- /dev/null +++ b/config.toml @@ -0,0 +1,147 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "Nextia | Maker movement in Mexico" +theme = "roxo-hugo" +summarylength = 25 + +# Site Menus +[menu] + # Navbar Menus + [[menu.nav]] + name = "Home" + url = "" + weight = 1 + [[menu.nav]] + name = "About" + url = "about" + weight = 2 + [[menu.nav]] + name = "Portfolio" + url = "portfolio" + weight = 3 + [[menu.nav]] + name = "Blog" + url = "blog" + weight = 4 + [[menu.nav]] + name = "Get in touch" + url = "contact" + weight = 5 + +# Site Params +[params] + logo = "images/logo.png" + logo_footer = "images/logo-footer.png" + favicon_icon = "images/favicon.ico" + favicon_shortcut_icon = "images/favicon.png" + custom_stylesheets = ["scss/custom.scss" ] # [ "scss/my_1.scss", "scss/my_2.scss" ] + dateFormat = "26 FEB 1994" + # Meta data + description = "Roxo Hugo themes | Design Agency Template by StaticMania" + author = "StaticMania" + # Google Analitycs + #googleAnalitycsID = "Your ID" + # We're using formspree.io for form handling, paste your formspree url below + fabform = "https://fabform.io/f/k0NtSB4" + + # Contact Form + [params.contactForm] + placeholder_first_name = "First Name" + placeholder_last_name = "Last Name" + placeholder_email = "Email" + placeholder_project_type = "Project Type" + placeholder_about_the_project = "About the Project" + send_message = "Send Message" + + [[params.contactForm.projectType]] + value = "gd" + title = "Graphics Design" + [[params.contactForm.projectType]] + value = "wd" + title = "Web Design" + + # Navbar Action Button + [params.navAction] + status = true + name = "Get in touch" + url = "contact" + + + # Banner Section + [params.banner] + enable = true + background_image = "images/backgrounds/landing-background.jpg" + heading = "Maker community intended to open horizons" + tagline = "Making a tech future" + primary_button = "See Our Blog" + primary_button_url = "blog" + secondary_button = "Connect with Us" + secondary_button_url = "contact" + + [params.blog] + enable = true + title = "RECENT BLOG ENTRIES" + subtitle = "Tutorials, development anecdotes and think pieces." + read_more = "READ MORE" + + [params.portfolio] + enable = false + title = "OUR RECENT WORKS" + subtitle = "Crafting experiences and seeking to make the complex clear & beautiful." + view_project = "view project" + more_works = "MORE WORKS" + scroll_down = "scroll down" + + [params.call_to_action] + enable = true + background_image = "images/backgrounds/cta-background.jpg" + title = "LET’S WORK TOGETHER" + primary_button = "Submit Query" + primary_button_url = "contact" + secondary_button = "Not Convinced" + secondary_button_url = "portfolio" + + [params.footer] + params.footer.qr_print = true + # Footer Contact Info + [params.footer.contactInfo] + title = "Contact Info" + address = "713 Elmwood St.
Prior Lake, MN 55372" + phone = "409-896-1444" + email = "info@roxo.co" + # Footer Sitemap + [params.footer.sitemap] + title = "Sitemap" + [[params.footer.sitemap.link]] + name = "About Company" + url = "about" + [[params.footer.sitemap.link]] + name = "Projects" + url = "portfolio" + [[params.footer.sitemap.link]] + name = "Blog" + url = "blog" + [[params.footer.sitemap.link]] + name = "Contact" + url = "contact" + # Footer Social Media + [params.footer.social] + title = "Social Media" + [[params.footer.social.link]] + name = "Medium" + url = "#" + [[params.footer.social.link]] + name = "Behance" + url = "#" + [[params.footer.social.link]] + name = "Dribbble" + url = "#" + [[params.footer.social.link]] + name = "Instagram" + url = "#" + # Footer Service + [params.footer.service] + title = "We help brands:" + description = "develop design solutions
produce valuable cultural content
create fresh brand experience" + [params.footer.back_to_top] + description = "I want to
visit again" diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..c2e380c --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,8 @@ +--- +title: "About Us" +date: 2018-07-12T18:19:33+06:00 +heading : "WE ARE ROXO DESIGN. AN AWARD-WINNING CREATIVE STUDIO IN FLORIDA." +description : "We are specialized in developing forward-thinking brand identities, websites, illustration and animation for all types of customers. And we do this by bringing our customers through each phase of the design process with us." +expertise_title: "Expertise" +expertise_sectors: ["Customer Experience Design", "Digital Products", "Development", "Campaign & Content", "Employer Branding", "Animation & Motion Graphics", "Packaging & Product Design", "Retail & Spacial", "Print & Editorial Design", "Concept/Text", "Information Design"] +--- \ No newline at end of file diff --git a/content/blog/Design-inspiration-the-best-projects-from-December.md b/content/blog/Design-inspiration-the-best-projects-from-December.md new file mode 100644 index 0000000..7bf26a4 --- /dev/null +++ b/content/blog/Design-inspiration-the-best-projects-from-December.md @@ -0,0 +1,36 @@ +--- +title: "Design Inspiration: The Best Projects From December" +date: 2019-12-24T13:45:06+06:00 +image: images/blog/blog-post-04.jpg +feature_image: images/blog/blog-details-image.jpg +author: Alexender Schoitiz +--- +### Black Lines brand identity, by & Smith + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +The company was previously known as Hingston + Co. but has been given a complete rebrand — including a new logo, tap badges, website and branded material — by London-based design studio & Smith. The new identity is based on the Kandinsky abstract painting, Black Lines, and true to its name, is mostly black and white with a few flashes of colour. According to & Smith, the identity brings together “art and science” and has been brought to life through collaborations with nine illustrators. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +![blog-details-image-02](https://user-images.githubusercontent.com/16266381/71399826-2009b380-264f-11ea-9bc3-59d7fa9a9994.jpg) + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +> "The public is more familiar with bad design than good design. It is, in effect, conditioned to prefer bad design, because that is what it lives with. The new becomes threatening, the old reassuring." + + +> Paul Rand, graphic designer + diff --git a/content/blog/Design-inspiration-the-best-projects-from-November.md b/content/blog/Design-inspiration-the-best-projects-from-November.md new file mode 100644 index 0000000..239f131 --- /dev/null +++ b/content/blog/Design-inspiration-the-best-projects-from-November.md @@ -0,0 +1,37 @@ +--- +title: "Design Inspiration: The Best Projects From November" +date: 2019-12-24T13:36:06+06:00 +image: images/blog/blog-post-02.jpg +feature_image: images/blog/blog-details-image.jpg +author: Alexender Schoitiz +--- +### Black Lines brand identity, by & Smith + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +The company was previously known as Hingston + Co. but has been given a complete rebrand — including a new logo, tap badges, website and branded material — by London-based design studio & Smith. The new identity is based on the Kandinsky abstract painting, Black Lines, and true to its name, is mostly black and white with a few flashes of colour. According to & Smith, the identity brings together “art and science” and has been brought to life through collaborations with nine illustrators. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +![blog-details-image-02](https://user-images.githubusercontent.com/16266381/71399826-2009b380-264f-11ea-9bc3-59d7fa9a9994.jpg) + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +> "The public is more familiar with bad design than good design. It is, in effect, conditioned to prefer bad design, because that is what it lives with. The new becomes threatening, the old reassuring." + + +> Paul Rand, graphic designer + + diff --git a/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md b/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md new file mode 100644 index 0000000..c161719 --- /dev/null +++ b/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md @@ -0,0 +1,36 @@ +--- +title: "Pt Chooses Classic Blue for Its Colour of the Year 2020" +date: 2019-12-24T13:32:54+06:00 +image: images/blog/blog-post-03.jpg +feature_image: images/blog/blog-details-image.jpg +author: Alexender Schoitiz +--- +### Black Lines brand identity, by & Smith + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +The company was previously known as Hingston + Co. but has been given a complete rebrand — including a new logo, tap badges, website and branded material — by London-based design studio & Smith. The new identity is based on the Kandinsky abstract painting, Black Lines, and true to its name, is mostly black and white with a few flashes of colour. According to & Smith, the identity brings together “art and science” and has been brought to life through collaborations with nine illustrators. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +![blog-details-image-02](https://user-images.githubusercontent.com/16266381/71399826-2009b380-264f-11ea-9bc3-59d7fa9a9994.jpg) + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +> "The public is more familiar with bad design than good design. It is, in effect, conditioned to prefer bad design, because that is what it lives with. The new becomes threatening, the old reassuring." + + +> Paul Rand, graphic designer + diff --git a/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md b/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md new file mode 100644 index 0000000..28b8681 --- /dev/null +++ b/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md @@ -0,0 +1,37 @@ +--- +title: "The 10 Biggest Rebrands and Logo Designs of 2019" +date: 2019-12-24T13:40:00+06:00 +image: images/blog/blog-post-01.jpg +feature_image: images/blog/blog-details-image.jpg +author: Alexender Schoitiz +--- +### Black Lines brand identity, by & Smith + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +The company was previously known as Hingston + Co. but has been given a complete rebrand — including a new logo, tap badges, website and branded material — by London-based design studio & Smith. The new identity is based on the Kandinsky abstract painting, Black Lines, and true to its name, is mostly black and white with a few flashes of colour. According to & Smith, the identity brings together “art and science” and has been brought to life through collaborations with nine illustrators. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +![blog-details-image-02](https://user-images.githubusercontent.com/16266381/71399826-2009b380-264f-11ea-9bc3-59d7fa9a9994.jpg) + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +> "The public is more familiar with bad design than good design. It is, in effect, conditioned to prefer bad design, because that is what it lives with. The new becomes threatening, the old reassuring." + + + +> Paul Rand, graphic designer + diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..6b55f96 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,6 @@ +--- +title : "Roxo Blog" +date : 2019-12-23T20:17:01+06:00 +description : "By fusing strategy & design we help our partners build their brands, drive business, & stand out from the noise in saturated markets! Follow our blog for the latest case studies and projects." +--- + diff --git a/content/blog/the-10-biggest-product-stories-of-2019.md b/content/blog/the-10-biggest-product-stories-of-2019.md new file mode 100644 index 0000000..6530c04 --- /dev/null +++ b/content/blog/the-10-biggest-product-stories-of-2019.md @@ -0,0 +1,36 @@ +--- +title: "The 10 Biggest Product Stories of 2019" +date: 2019-12-24T12:58:17+06:00 +image: images/blog/blog-post-04.jpg +feature_image: images/blog/blog-details-image.jpg +author: Alexender Schoitiz +--- +### Black Lines brand identity, by & Smith + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +The company was previously known as Hingston + Co. but has been given a complete rebrand — including a new logo, tap badges, website and branded material — by London-based design studio & Smith. The new identity is based on the Kandinsky abstract painting, Black Lines, and true to its name, is mostly black and white with a few flashes of colour. According to & Smith, the identity brings together “art and science” and has been brought to life through collaborations with nine illustrators. + +1. ROFL means Rolling on floor laughing. +2. STFU means Shut the *freak* up. +3. LMK means Let me know. +4. ILY means I love you. +5. YOLO means You only live once. +6. SMH means Shaking my head. + +![blog-details-image-02](https://user-images.githubusercontent.com/16266381/71399826-2009b380-264f-11ea-9bc3-59d7fa9a9994.jpg) + +Black Lines wants it to be as easy to serve a Negroni as it is a pint of lager. The drinks company is seeking to revolutionise the bar experience by serving cocktails by draught with a changing menu of drinks (as well as same favourite stand-bys). A pink grapefruit spritz was served through the summer while a new pear and white tea fizz joins the line-up for winter. + +> "The public is more familiar with bad design than good design. It is, in effect, conditioned to prefer bad design, because that is what it lives with. The new becomes threatening, the old reassuring." + + +> Paul Rand, graphic designer + diff --git a/content/contact/_index.md b/content/contact/_index.md new file mode 100644 index 0000000..919efa9 --- /dev/null +++ b/content/contact/_index.md @@ -0,0 +1,7 @@ +--- +title : "Contact" +date : 2019-12-23T20:17:01+06:00 +heading : "Don’t be shy. Say Hello." +form_heading : "TELL US ABOUT YOUR PROJECT" +--- + diff --git a/content/portfolio/_index.md b/content/portfolio/_index.md new file mode 100644 index 0000000..1b1601d --- /dev/null +++ b/content/portfolio/_index.md @@ -0,0 +1,4 @@ +--- +title: "We build better products to help our clients build better companies" +date: 2019-12-23T16:48:28+06:00 +--- diff --git a/content/portfolio/kio-tape-2.md b/content/portfolio/kio-tape-2.md new file mode 100644 index 0000000..12f8c19 --- /dev/null +++ b/content/portfolio/kio-tape-2.md @@ -0,0 +1,29 @@ +--- +title: "KIO-TAPE BRAND" +date: 2019-12-23T20:56:42+06:00 +type: portfolio +image: "images/projects/project-thumb-four.jpg" +category: ["PRODUCT LABEL"] +project_images: ["images/projects/project-details-image-one.jpg", "images/projects/project-details-image-two.jpg"] +--- + +The “Seamless Watch” watch has all the features that users expect in a digital watch, and some unusual features. + + +The watch has the following features: + +Time and date displayed on the screen. Current time is in large numbers, date is in small numbers above it. + +Light: Pressing the light button on the side of the watch activates a light while the button is pressed. Pressing and holding that button for 3 seconds turns on the light and keeps it on, until the button is held again for 3 seconds or up to 2 hours. After 2 hours, it will automatically turn off. + +Alarm. A daily alarm may be set for a given time. The alarm may be enabled or disabled. When the alarm is enabled and the alarm time is reached, the watch will beep fast for 5 seconds, then slowly for 30 seconds, then fast for another 5 seconds. Pressing any button stops the alarm sound (in addition to performing its normal function). + +Timer. Timer mode shows a count-up timer that starts at 00:00. When the timer is started, it counts up. Pressing the start/stop button will pause the timer, pressing it again continues counting up. Pressing and holding the button for 3 seconds resets the timer to 00:00 and stops counting. + +Mystery answer. After entering this mode, the screen initially displays “ask now”. The user may ask a yes-or-no question aloud and press the start/stop button, this will display a randomly selected answer that is one of the following: “yeah”, “yeah right”, “no”, “no doubt”, “keep trying”, “keep dreaming”. Whenever the display has more than one word, only one word is displayed for 2 seconds, then the other word is displayed for 2 seconds, alternately. The answer is displayed until the user leaves this mode, or he/she presses start/stop again for a new answer. + + +Note: these strings are for the English version of the watch, we will need to use completely different strings in other countries without reprogramming the logic of the watch. + +The user may cycle among all modes (date/time, timer, mystery answer) by pressing the mode button. + diff --git a/content/portfolio/kio-tape.md b/content/portfolio/kio-tape.md new file mode 100644 index 0000000..bb678b0 --- /dev/null +++ b/content/portfolio/kio-tape.md @@ -0,0 +1,28 @@ +--- +title: "KIO TAPE" +date: 2019-12-23T15:44:46+06:00 +type: portfolio +image: "images/projects/project-thumb-four.jpg" +category: ["PRODUCT LABEL"] +project_images: ["images/projects/project-details-image-one.jpg", "images/projects/project-details-image-two.jpg"] +--- + +The “Seamless Watch” watch has all the features that users expect in a digital watch, and some unusual features. + + +The watch has the following features: + +Time and date displayed on the screen. Current time is in large numbers, date is in small numbers above it. + +Light: Pressing the light button on the side of the watch activates a light while the button is pressed. Pressing and holding that button for 3 seconds turns on the light and keeps it on, until the button is held again for 3 seconds or up to 2 hours. After 2 hours, it will automatically turn off. + +Alarm. A daily alarm may be set for a given time. The alarm may be enabled or disabled. When the alarm is enabled and the alarm time is reached, the watch will beep fast for 5 seconds, then slowly for 30 seconds, then fast for another 5 seconds. Pressing any button stops the alarm sound (in addition to performing its normal function). + +Timer. Timer mode shows a count-up timer that starts at 00:00. When the timer is started, it counts up. Pressing the start/stop button will pause the timer, pressing it again continues counting up. Pressing and holding the button for 3 seconds resets the timer to 00:00 and stops counting. + +Mystery answer. After entering this mode, the screen initially displays “ask now”. The user may ask a yes-or-no question aloud and press the start/stop button, this will display a randomly selected answer that is one of the following: “yeah”, “yeah right”, “no”, “no doubt”, “keep trying”, “keep dreaming”. Whenever the display has more than one word, only one word is displayed for 2 seconds, then the other word is displayed for 2 seconds, alternately. The answer is displayed until the user leaves this mode, or he/she presses start/stop again for a new answer. + + +Note: these strings are for the English version of the watch, we will need to use completely different strings in other countries without reprogramming the logic of the watch. + +The user may cycle among all modes (date/time, timer, mystery answer) by pressing the mode button. \ No newline at end of file diff --git a/content/portfolio/osen-clock.md b/content/portfolio/osen-clock.md new file mode 100644 index 0000000..00f7c5d --- /dev/null +++ b/content/portfolio/osen-clock.md @@ -0,0 +1,28 @@ +--- +title: "OSEN CLOCK" +date: 2019-12-23T15:56:43+06:00 +type: portfolio +image: "images/projects/project-thumb-two.jpg" +category: ["PRODUCT DESIGN"] +project_images: ["images/projects/project-details-image-one.jpg", "images/projects/project-details-image-two.jpg"] +--- + +The “Seamless Watch” watch has all the features that users expect in a digital watch, and some unusual features. + + +The watch has the following features: + +Time and date displayed on the screen. Current time is in large numbers, date is in small numbers above it. + +Light: Pressing the light button on the side of the watch activates a light while the button is pressed. Pressing and holding that button for 3 seconds turns on the light and keeps it on, until the button is held again for 3 seconds or up to 2 hours. After 2 hours, it will automatically turn off. + +Alarm. A daily alarm may be set for a given time. The alarm may be enabled or disabled. When the alarm is enabled and the alarm time is reached, the watch will beep fast for 5 seconds, then slowly for 30 seconds, then fast for another 5 seconds. Pressing any button stops the alarm sound (in addition to performing its normal function). + +Timer. Timer mode shows a count-up timer that starts at 00:00. When the timer is started, it counts up. Pressing the start/stop button will pause the timer, pressing it again continues counting up. Pressing and holding the button for 3 seconds resets the timer to 00:00 and stops counting. + +Mystery answer. After entering this mode, the screen initially displays “ask now”. The user may ask a yes-or-no question aloud and press the start/stop button, this will display a randomly selected answer that is one of the following: “yeah”, “yeah right”, “no”, “no doubt”, “keep trying”, “keep dreaming”. Whenever the display has more than one word, only one word is displayed for 2 seconds, then the other word is displayed for 2 seconds, alternately. The answer is displayed until the user leaves this mode, or he/she presses start/stop again for a new answer. + + +Note: these strings are for the English version of the watch, we will need to use completely different strings in other countries without reprogramming the logic of the watch. + +The user may cycle among all modes (date/time, timer, mystery answer) by pressing the mode button. \ No newline at end of file diff --git a/content/portfolio/seamless-watch.md b/content/portfolio/seamless-watch.md new file mode 100644 index 0000000..522918b --- /dev/null +++ b/content/portfolio/seamless-watch.md @@ -0,0 +1,28 @@ +--- +title: "SEAMLESS WATCH" +date: 2019-12-23T15:55:44+06:00 +type: portfolio +image: "images/projects/project-thumb-three.jpg" +category: ["REBRAND"] +project_images: ["images/projects/project-details-image-one.jpg", "images/projects/project-details-image-two.jpg"] +--- + +The “Seamless Watch” watch has all the features that users expect in a digital watch, and some unusual features. + + +The watch has the following features: + +Time and date displayed on the screen. Current time is in large numbers, date is in small numbers above it. + +Light: Pressing the light button on the side of the watch activates a light while the button is pressed. Pressing and holding that button for 3 seconds turns on the light and keeps it on, until the button is held again for 3 seconds or up to 2 hours. After 2 hours, it will automatically turn off. + +Alarm. A daily alarm may be set for a given time. The alarm may be enabled or disabled. When the alarm is enabled and the alarm time is reached, the watch will beep fast for 5 seconds, then slowly for 30 seconds, then fast for another 5 seconds. Pressing any button stops the alarm sound (in addition to performing its normal function). + +Timer. Timer mode shows a count-up timer that starts at 00:00. When the timer is started, it counts up. Pressing the start/stop button will pause the timer, pressing it again continues counting up. Pressing and holding the button for 3 seconds resets the timer to 00:00 and stops counting. + +Mystery answer. After entering this mode, the screen initially displays “ask now”. The user may ask a yes-or-no question aloud and press the start/stop button, this will display a randomly selected answer that is one of the following: “yeah”, “yeah right”, “no”, “no doubt”, “keep trying”, “keep dreaming”. Whenever the display has more than one word, only one word is displayed for 2 seconds, then the other word is displayed for 2 seconds, alternately. The answer is displayed until the user leaves this mode, or he/she presses start/stop again for a new answer. + + +Note: these strings are for the English version of the watch, we will need to use completely different strings in other countries without reprogramming the logic of the watch. + +The user may cycle among all modes (date/time, timer, mystery answer) by pressing the mode button. \ No newline at end of file diff --git a/content/portfolio/use-less-brand.md b/content/portfolio/use-less-brand.md new file mode 100644 index 0000000..f4978a0 --- /dev/null +++ b/content/portfolio/use-less-brand.md @@ -0,0 +1,28 @@ +--- +title: "USE-LESS BRAND" +date: 2019-12-23T15:58:10+06:00 +type: portfolio +image: "images/projects/project-thumb-one.jpg" +category: ["UI UX"] +project_images: ["images/projects/project-details-image-one.jpg", "images/projects/project-details-image-two.jpg"] +--- + +The “Seamless Watch” watch has all the features that users expect in a digital watch, and some unusual features. + + +The watch has the following features: + +Time and date displayed on the screen. Current time is in large numbers, date is in small numbers above it. + +Light: Pressing the light button on the side of the watch activates a light while the button is pressed. Pressing and holding that button for 3 seconds turns on the light and keeps it on, until the button is held again for 3 seconds or up to 2 hours. After 2 hours, it will automatically turn off. + +Alarm. A daily alarm may be set for a given time. The alarm may be enabled or disabled. When the alarm is enabled and the alarm time is reached, the watch will beep fast for 5 seconds, then slowly for 30 seconds, then fast for another 5 seconds. Pressing any button stops the alarm sound (in addition to performing its normal function). + +Timer. Timer mode shows a count-up timer that starts at 00:00. When the timer is started, it counts up. Pressing the start/stop button will pause the timer, pressing it again continues counting up. Pressing and holding the button for 3 seconds resets the timer to 00:00 and stops counting. + +Mystery answer. After entering this mode, the screen initially displays “ask now”. The user may ask a yes-or-no question aloud and press the start/stop button, this will display a randomly selected answer that is one of the following: “yeah”, “yeah right”, “no”, “no doubt”, “keep trying”, “keep dreaming”. Whenever the display has more than one word, only one word is displayed for 2 seconds, then the other word is displayed for 2 seconds, alternately. The answer is displayed until the user leaves this mode, or he/she presses start/stop again for a new answer. + + +Note: these strings are for the English version of the watch, we will need to use completely different strings in other countries without reprogramming the logic of the watch. + +The user may cycle among all modes (date/time, timer, mystery answer) by pressing the mode button. diff --git a/data/clients.yml b/data/clients.yml new file mode 100644 index 0000000..5be9e00 --- /dev/null +++ b/data/clients.yml @@ -0,0 +1,4 @@ +enable : true +title : "Who trust our judgment" +client_logos : + ["images/clients/client-logo-one.png", "images/clients/client-logo-two.png", "images/clients/client-logo-three.png", "images/clients/client-logo-four.png", "images/clients/client-logo-five.png", "images/clients/client-logo-six.png", "images/clients/client-logo-seven.png", "images/clients/client-logo-eight.png", "images/clients/client-logo-nine.png", "images/clients/client-logo-ten.png"] \ No newline at end of file diff --git a/data/contact.yml b/data/contact.yml new file mode 100644 index 0000000..0cb1c38 --- /dev/null +++ b/data/contact.yml @@ -0,0 +1,13 @@ +enable : true +contactFormTitle : CONTACT WITH ME +contactFormSubtitle : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore, ea! consectetur adipisicing elit. Dolore, ea! +mapTitle : FIND US +mapSubtitle : > + Si aute quis eu proident o cupidatat ne anim nescius, et est praesentibus, o quorum vidisse expetendis, nostrud eram quibusdam ad nam nostrud ubi. +officeAddress1 : 125, Kings Street, Melbourne United Kingdom,600562 +officeAddress2 : 925, Lab Street, San Fransisco, United State 90278 +mail1 : support@timer.com +mail2 : info@timer.com +phone1: +07 052 245 022 +phone2: +07 052 245 025 diff --git a/data/counter.yml b/data/counter.yml new file mode 100644 index 0000000..5d5b5f1 --- /dev/null +++ b/data/counter.yml @@ -0,0 +1,14 @@ +enable : false +heading : "THE PROOF IS IN THE PUDDING!" +counter_item: + - title: "Happy Clients" + number: "250" + + - title: "Projects Completed" + number: "100" + + - title: "Cups of coffee" + number: "350" + + - title: "Telephone Talks" + number: "775" diff --git a/data/feature.yml b/data/feature.yml new file mode 100644 index 0000000..c1aee28 --- /dev/null +++ b/data/feature.yml @@ -0,0 +1,34 @@ +enable : true +title : Offer From Me +subtitle: > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sed,
quasi dolores numquam dolor vero ex, tempora commodi repellendus quod laborum. +item : + - icon : ion-ios-flask-outline + title : Media heading + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. + + - icon : ion-ios-lightbulb-outline + title : Well documented. + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. + + - icon : ion-ios-americanfootball-outline + title : Free updates + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. + + - icon : ion-ios-keypad-outline + title : Solid Support + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. + + - icon : ion-ios-barcode-outline + title : Simple Installation + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. + + - icon : ion-ios-lightbulb-outline + title : Well documented. + description : > + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, sint. \ No newline at end of file diff --git a/data/gallery.yml b/data/gallery.yml new file mode 100644 index 0000000..ff57a1e --- /dev/null +++ b/data/gallery.yml @@ -0,0 +1,8 @@ +enable : true +galleryImages : + - image : images/portfolio/item-1.jpg + - image : images/portfolio/item-2.jpg + - image : images/portfolio/item-3.jpg + - image : images/portfolio/item-4.jpg + - image : images/portfolio/item-5.jpg + - image : images/portfolio/item-6.jpg \ No newline at end of file diff --git a/data/service.yml b/data/service.yml new file mode 100644 index 0000000..eaf51fc --- /dev/null +++ b/data/service.yml @@ -0,0 +1,24 @@ +enable : true +title : WHAT WE LOVE TO DO +subtitle: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis porro recusandae non quibusdam iure adipisci. +image : images/team.jpg +serviceItem : + - icon : ion-ios-paper-outline + title : BRANDING + description: > + Veritatis eligendi, dignissimos. Porta fermentum mus aute pulvinar earum minus platea massa feugiat rutrum urna facilisi ipsameum + + - icon : ion-ios-pint-outline + title : DESIGN + description: > + Veritatis eligendi, dignissimos. Porta fermentum mus aute pulvinar earum minus platea massa feugiat rutrum urna facilisi ipsameum + + - icon : ion-ios-paper-outline + title : DEVELOPMENT + description: > + Veritatis eligendi, dignissimos. Porta fermentum mus aute pulvinar earum minus platea massa feugiat rutrum urna facilisi ipsameum + + - icon : ion-ios-paper-outline + title : THEMEING + description: > + Veritatis eligendi, dignissimos. Porta fermentum mus aute pulvinar earum minus platea massa feugiat rutrum urna facilisi ipsameum \ No newline at end of file diff --git a/data/team.yml b/data/team.yml new file mode 100644 index 0000000..b0b3a7a --- /dev/null +++ b/data/team.yml @@ -0,0 +1,44 @@ +enable : true +title : Team that makes the difference. +members : + - image : images/team/team-member-one.jpg + name : PABLO ESCOBAR + designation : Creative Director + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ + + - image : images/team/team-member-two.jpg + name : MONTINO RIAU + designation : Product Manager + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ + + - image : images/team/team-member-three.jpg + name : ALEX NAASRI + designation : Chief Design Officer + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ + + - image : images/team/team-member-four.jpg + name : HONGMAN CHIOA + designation : UX Researcher + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ + + - image : images/team/team-member-five.jpg + name : SANTIO ANDRESS + designation : Content Researcher + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ + + - image : images/team/team-member-six.jpg + name : RAMESH PAUL + designation : Creative Designer + medium : https://www.medium.com/ + linkedin : https://www.linkedin.com/ + instagram : https://www.instagram.com/ diff --git a/data/testimonial.yml b/data/testimonial.yml new file mode 100644 index 0000000..a7d185c --- /dev/null +++ b/data/testimonial.yml @@ -0,0 +1,39 @@ +enable : false +title : "OPINION FROM REAL PEOPLE" +subtitle: "What clients says about our services." +testimonial_item : + - thumb : "images/testimonial/user-thumb-one.jpg" + name : "Simonns Hodge" + company_position: "CEO, Credito" + quote : > + "Trust us we looked for a very long time and wasted thousands of dollars testing other teams, freelancers, and outsource companies." + + - thumb : "images/testimonial/user-thumb-two.jpg" + name : "Rekon Montino" + company_position: "CDO, Bulmuci" + quote : > + "Roxo products have allowed us to deliver better support to all our clients. The agility with which we can implement new features and workflows is a key element." + + - thumb : "images/testimonial/user-thumb-three.jpg" + name : "Ryan Hillary" + company_position: "MD, Udilamo" + quote : > + "We’re a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush." + + - thumb : "images/testimonial/user-thumb-four.jpg" + name : "Dockrel Kahn" + company_position: "PM, Walmet" + quote : > + "Trust us we looked for a very long time and wasted thousands of dollars testing other teams, freelancers, and outsource companies." + + - thumb : "images/testimonial/user-thumb-five.jpg" + name : "Orino Monteno" + company_position: "CEO, Axion" + quote : > + "Roxo products have allowed us to deliver better support to all our clients. The agility with which we can implement new features and workflows is a key element." + + - thumb : "images/testimonial/user-thumb-six.jpg" + name : "Welfo Roy" + company_position: "PDO, Komoyo" + quote : > + "We’re a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush." diff --git a/static/images/angle-down-select.svg b/static/images/angle-down-select.svg new file mode 100644 index 0000000..e56688d --- /dev/null +++ b/static/images/angle-down-select.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/images/arrow-down.svg b/static/images/arrow-down.svg new file mode 100644 index 0000000..557206c --- /dev/null +++ b/static/images/arrow-down.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/images/backgrounds/cta-background.jpg b/static/images/backgrounds/cta-background.jpg new file mode 100644 index 0000000..7f1c17e Binary files /dev/null and b/static/images/backgrounds/cta-background.jpg differ diff --git a/static/images/backgrounds/hero-background.jpg b/static/images/backgrounds/hero-background.jpg new file mode 100644 index 0000000..328e102 Binary files /dev/null and b/static/images/backgrounds/hero-background.jpg differ diff --git a/static/images/backgrounds/landing-background.jpg b/static/images/backgrounds/landing-background.jpg new file mode 100644 index 0000000..fda7528 Binary files /dev/null and b/static/images/backgrounds/landing-background.jpg differ diff --git a/static/images/blog/blog-details-image-02.jpg b/static/images/blog/blog-details-image-02.jpg new file mode 100644 index 0000000..c878b85 Binary files /dev/null and b/static/images/blog/blog-details-image-02.jpg differ diff --git a/static/images/blog/blog-details-image.jpg b/static/images/blog/blog-details-image.jpg new file mode 100644 index 0000000..25d91d1 Binary files /dev/null and b/static/images/blog/blog-details-image.jpg differ diff --git a/static/images/blog/blog-post-01.jpg b/static/images/blog/blog-post-01.jpg new file mode 100644 index 0000000..d753137 Binary files /dev/null and b/static/images/blog/blog-post-01.jpg differ diff --git a/static/images/blog/blog-post-02.jpg b/static/images/blog/blog-post-02.jpg new file mode 100644 index 0000000..96c4536 Binary files /dev/null and b/static/images/blog/blog-post-02.jpg differ diff --git a/static/images/blog/blog-post-03.jpg b/static/images/blog/blog-post-03.jpg new file mode 100644 index 0000000..52dd58a Binary files /dev/null and b/static/images/blog/blog-post-03.jpg differ diff --git a/static/images/blog/blog-post-04.jpg b/static/images/blog/blog-post-04.jpg new file mode 100644 index 0000000..9d3434c Binary files /dev/null and b/static/images/blog/blog-post-04.jpg differ diff --git a/static/images/clients/client-logo-eight.png b/static/images/clients/client-logo-eight.png new file mode 100644 index 0000000..3e94b76 Binary files /dev/null and b/static/images/clients/client-logo-eight.png differ diff --git a/static/images/clients/client-logo-five.png b/static/images/clients/client-logo-five.png new file mode 100644 index 0000000..6011753 Binary files /dev/null and b/static/images/clients/client-logo-five.png differ diff --git a/static/images/clients/client-logo-four.png b/static/images/clients/client-logo-four.png new file mode 100644 index 0000000..a540483 Binary files /dev/null and b/static/images/clients/client-logo-four.png differ diff --git a/static/images/clients/client-logo-nine.png b/static/images/clients/client-logo-nine.png new file mode 100644 index 0000000..952ca79 Binary files /dev/null and b/static/images/clients/client-logo-nine.png differ diff --git a/static/images/clients/client-logo-one.png b/static/images/clients/client-logo-one.png new file mode 100644 index 0000000..026493a Binary files /dev/null and b/static/images/clients/client-logo-one.png differ diff --git a/static/images/clients/client-logo-seven.png b/static/images/clients/client-logo-seven.png new file mode 100644 index 0000000..7ff2f93 Binary files /dev/null and b/static/images/clients/client-logo-seven.png differ diff --git a/static/images/clients/client-logo-six.png b/static/images/clients/client-logo-six.png new file mode 100644 index 0000000..7644cfc Binary files /dev/null and b/static/images/clients/client-logo-six.png differ diff --git a/static/images/clients/client-logo-ten.png b/static/images/clients/client-logo-ten.png new file mode 100644 index 0000000..44360b8 Binary files /dev/null and b/static/images/clients/client-logo-ten.png differ diff --git a/static/images/clients/client-logo-three.png b/static/images/clients/client-logo-three.png new file mode 100644 index 0000000..9d0c9a7 Binary files /dev/null and b/static/images/clients/client-logo-three.png differ diff --git a/static/images/clients/client-logo-two.png b/static/images/clients/client-logo-two.png new file mode 100644 index 0000000..6dc16e9 Binary files /dev/null and b/static/images/clients/client-logo-two.png differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..b893545 Binary files /dev/null and b/static/images/favicon.ico differ diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..2db786a Binary files /dev/null and b/static/images/favicon.png differ diff --git a/static/images/logo-footer.png b/static/images/logo-footer.png new file mode 100644 index 0000000..fbbb509 Binary files /dev/null and b/static/images/logo-footer.png differ diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..b1de435 Binary files /dev/null and b/static/images/logo.png differ diff --git a/static/images/projects/project-details-image-one.jpg b/static/images/projects/project-details-image-one.jpg new file mode 100644 index 0000000..e593a11 Binary files /dev/null and b/static/images/projects/project-details-image-one.jpg differ diff --git a/static/images/projects/project-details-image-two.jpg b/static/images/projects/project-details-image-two.jpg new file mode 100644 index 0000000..42ac35a Binary files /dev/null and b/static/images/projects/project-details-image-two.jpg differ diff --git a/static/images/projects/project-thumb-four.jpg b/static/images/projects/project-thumb-four.jpg new file mode 100644 index 0000000..ae97e6b Binary files /dev/null and b/static/images/projects/project-thumb-four.jpg differ diff --git a/static/images/projects/project-thumb-one.jpg b/static/images/projects/project-thumb-one.jpg new file mode 100644 index 0000000..cd70869 Binary files /dev/null and b/static/images/projects/project-thumb-one.jpg differ diff --git a/static/images/projects/project-thumb-three.jpg b/static/images/projects/project-thumb-three.jpg new file mode 100644 index 0000000..a70dc6c Binary files /dev/null and b/static/images/projects/project-thumb-three.jpg differ diff --git a/static/images/projects/project-thumb-two.jpg b/static/images/projects/project-thumb-two.jpg new file mode 100644 index 0000000..74664b9 Binary files /dev/null and b/static/images/projects/project-thumb-two.jpg differ diff --git a/static/images/team/team-member-five.jpg b/static/images/team/team-member-five.jpg new file mode 100644 index 0000000..0ccccd4 Binary files /dev/null and b/static/images/team/team-member-five.jpg differ diff --git a/static/images/team/team-member-four.jpg b/static/images/team/team-member-four.jpg new file mode 100644 index 0000000..0ca4954 Binary files /dev/null and b/static/images/team/team-member-four.jpg differ diff --git a/static/images/team/team-member-one.jpg b/static/images/team/team-member-one.jpg new file mode 100644 index 0000000..a5823be Binary files /dev/null and b/static/images/team/team-member-one.jpg differ diff --git a/static/images/team/team-member-six.jpg b/static/images/team/team-member-six.jpg new file mode 100644 index 0000000..65c2b6b Binary files /dev/null and b/static/images/team/team-member-six.jpg differ diff --git a/static/images/team/team-member-three.jpg b/static/images/team/team-member-three.jpg new file mode 100644 index 0000000..f666f94 Binary files /dev/null and b/static/images/team/team-member-three.jpg differ diff --git a/static/images/team/team-member-two.jpg b/static/images/team/team-member-two.jpg new file mode 100644 index 0000000..4eb0ab3 Binary files /dev/null and b/static/images/team/team-member-two.jpg differ diff --git a/static/images/testimonial/user-thumb-five.jpg b/static/images/testimonial/user-thumb-five.jpg new file mode 100644 index 0000000..1920128 Binary files /dev/null and b/static/images/testimonial/user-thumb-five.jpg differ diff --git a/static/images/testimonial/user-thumb-four.jpg b/static/images/testimonial/user-thumb-four.jpg new file mode 100644 index 0000000..31e7cac Binary files /dev/null and b/static/images/testimonial/user-thumb-four.jpg differ diff --git a/static/images/testimonial/user-thumb-one.jpg b/static/images/testimonial/user-thumb-one.jpg new file mode 100644 index 0000000..31415d4 Binary files /dev/null and b/static/images/testimonial/user-thumb-one.jpg differ diff --git a/static/images/testimonial/user-thumb-six.jpg b/static/images/testimonial/user-thumb-six.jpg new file mode 100644 index 0000000..281ff03 Binary files /dev/null and b/static/images/testimonial/user-thumb-six.jpg differ diff --git a/static/images/testimonial/user-thumb-three.jpg b/static/images/testimonial/user-thumb-three.jpg new file mode 100644 index 0000000..6291b5b Binary files /dev/null and b/static/images/testimonial/user-thumb-three.jpg differ diff --git a/static/images/testimonial/user-thumb-two.jpg b/static/images/testimonial/user-thumb-two.jpg new file mode 100644 index 0000000..ddc8a72 Binary files /dev/null and b/static/images/testimonial/user-thumb-two.jpg differ diff --git a/static/images/to-top.svg b/static/images/to-top.svg new file mode 100644 index 0000000..6835538 --- /dev/null +++ b/static/images/to-top.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/roxo-hugo b/themes/roxo-hugo new file mode 160000 index 0000000..ecfa3cd --- /dev/null +++ b/themes/roxo-hugo @@ -0,0 +1 @@ +Subproject commit ecfa3cd2c80045ba3ddda579ea01395c256669fb