Code Monkey home page Code Monkey logo

juniel-enterprises's Introduction

Juniel Enterprises Official Website

Designed By Jaden Arceneaux. Made using the Hugo framework

How to make changes

All pages are stored in the content folder

Making a new page

To create a new page, simply create a new file in this folder

Example:

AmaVoice.md
ProactiveEd.md
TravelDRx.md
NewPage.md        + our new page

This will automatically generate a card on the homepage

Customizing the homescreen card

At the top of the new page, you must specify a few attributes of this page to describe how it will look as a card on the homescreen (must be surrounded by plus signs, copy and paste if necessary).

+++
title = 'New Page'
description = 'The greatest new page this world has ever seen'
+++

There is also an optional link attribute

When present, rather than loading the page on JunielEnterprises.com it will redirect to the URL specified with link. This is used in TravelDRx.md to link out to the inteletravel website.

Here's how TravelRx uses it...

+++
title = 'TravelDRx'

description = 'An independent travel hub focusing on specialized travel for individuals, businesses, and organizations. These travel arrangements can be for educational ventures, professional conferences, medical and health treatments, sporting events, and group retreats.'

link = 'https://pamelajuniel.inteletravel.com/booktravel.cfm'
+++

Adding content to a page

Plain Text

Beneath the bottom plus signs, you can start writing content for your page

+++
title = 'New Page'
description = 'The greatest new page this world has ever seen'
+++

Welcome to our newest addition to Juniel Enterprises, where we introduce you to a world of unparalleled innovation and excellence. We're thrilled to unveil something truly spectacular, a page that sets new benchmarks in creativity and utility. Here, we've poured our passion, expertise, and vision into creating a space that not only delights but inspires.

Thank you for visiting. Explore, enjoy, and let us know how this one-of-a-kind page sparks joy in your day!

This will just be simple plain text on the page

Rowcards (the things with images)

If you're wondering how to get those fancy cards with the images next to them, this is the section for you

You declare what's called a row card

{{< rowcard >}}

It follows the following format

Attribute meaning
url The url of the image you want to use in the card. Must be in quotation marks
reversed Either true or false. True puts the image on the left side of the card, false puts it on the right. Not in quotation marks
title The title (bold text) on the card. In quotation marks
description The body paragraph of the card. In quotation marks

Here it is, integrated into our example

+++
title = 'New Page'
description = 'The greatest new page this world has ever seen'
+++

Welcome to our newest addition to Juniel Enterprises, where we introduce you to a world of unparalleled innovation and excellence. We're thrilled to unveil something truly spectacular, a page that sets new benchmarks in creativity and utility. Here, we've poured our passion, expertise, and vision into creating a space that not only delights but inspires.

{{< rowcard
url="https://images.pexels.com/photos/4260325/pexels-photo-4260325.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
reversed=false
title="Wowie zowie"
description="Our latest addition to the Juniel Enterprises portfolio promises to revolutionize the way you think about innovation. " >}}

Thank you for visiting. Explore, enjoy, and let us know how this one-of-a-kind page sparks joy in your day!

A Note on Images

For rowcards, when you're defining the url for the image, if it's an external image from a different website just put the full url like "https://jadenarceneaux.com/logo.png". If you'd like to upload your own image, simply upload the image to the static folder and set the url to forward slash + the name of your image (e.g., "/super-cool-image.png")

juniel-enterprises's People

Contributors

jadens-arc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.