GithubHelp home page GithubHelp logo

christyc1129 / startbootstrap-grayscale Goto Github PK

View Code? Open in Web Editor NEW

This project forked from startbootstrap/startbootstrap-grayscale

0.0 0.0 0.0 147.6 MB

A multipurpose one page Bootstrap theme created by Start Bootstrap

Home Page: http://startbootstrap.com/template-overviews/grayscale/

License: MIT License

CSS 22.84% HTML 26.89% JavaScript 50.27%

startbootstrap-grayscale's Introduction

Commits hashes:

#cd22eca Pop-up images at Project section #18c37a4 Testing with Turn.js and NYTimes flipper #8f39462 Overlay image at Project section, adding tooltip for pop-up images #bd8f287 Changing background image #8c42d5f Embedding Flip.html, testing with other sliders #6641fda Adding icon at Browser tab and header #0075bb8 CHanging background image #810e671 Changing colour tone for whole website, Adding Education section #0560c29 Adding background music #190de63 Adding Skills part at Introduction section, Adding lead-down animated button #aa1d82d Changing fonts, adding contents, adding decorative lines, adding back to top button #22d83ff Testing with the autoplay function of background music #4689c0b Social Network Preview

Grayscale is a multipurpose, one page HTML theme for Bootstrap created by Start Bootstrap.

Preview

Grayscale Preview

View Live Preview

Status

GitHub license npm version Build Status dependencies Status devDependencies Status

Download and Installation

To begin using this template, choose one of the following options to get started:

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp watch browserSync opens the project in your default browser and live reloads when changes are made
  • gulp css compiles SCSS files into CSS and minifies the compiled CSS
  • gulp js minifies the themes JS file
  • gulp vendor copies dependencies from node_modules to the vendor directory

You must have npm installed globally in order to use this build environment.

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2019 Blackrock Digital LLC. Code released under the MIT license.

startbootstrap-grayscale's People

Contributors

davidtmiller avatar christyc1129 avatar dmz006 avatar joariasl avatar luigiellebalotta avatar jamlamberti avatar vitalibr avatar erinni avatar zlargon avatar

startbootstrap-grayscale's Issues

Mailto added in Contact section

By adding mailto, users can send email to my email address by clicking it. Then, their own mail app will pop-up and draft a mail to me.

Screenshot 2019-12-09 at 4 57 02 AM

Flip.html embedded at Project section

Embedded the flip.html webpage by using iframe.
Planned to use flip.js originally but not successful so use flip.html as a replacement to show the booklet design.

Screenshot 2019-12-08 at 9 05 13 AM

Turn.js unavailable.

Turn.js is unable to use in the website, so the book cannot be placed in the website.

Overlay image at Project section

Overlay image is used at Project section to show more details about the section in a more interesting and interactive way. When cursor is placed on top of the image, words will appears on top of the image.

Screenshot 2019-12-08 at 8 59 46 AM

Screenshot 2019-12-08 at 8 59 44 AM

Pop-up image + tooltip at Project section

Pop up function is used to show detailed and large work so people can see the work in a more detailed way. Used title to add the tooltip to remind people about the pop-up function.
Screenshot 2019-12-08 at 9 02 58 AM
Screenshot 2019-12-08 at 9 02 47 AM

Poster placing

The poster at the typography projects part is the only vertical image, which makes the layout awkward. There are blank spaces at the right side of the poster that it should be aligned center.

Commit hashes!!

Commits hashes:

#cd22eca Pop-up images at Project section
#18c37a4 Testing with Turn.js and NYTimes flipper
#8f39462 Overlay image at Project section, adding tooltip for pop-up images
#bd8f287 Changing background image
#8c42d5f Embedding Flip.html, testing with other sliders
#6641fda Adding icon at Browser tab and header
#0075bb8 CHanging background image
#810e671 Changing colour tone for whole website, Adding Education section
#0560c29 Adding background music
#190de63 Adding Skills part at Introduction section, Adding lead-down animated button
#aa1d82d Changing fonts, adding contents, adding decorative lines, adding back to top button
#22d83ff Testing with the autoplay function of background music
#4689c0b Social Network Preview

Font

Changed font type for the whole website, using 2 fonts from Google Font at different parts selectively:
"font-family: 'Bebas Neue', cursive;
font-family: 'Josefin Sans', sans-serif;"

Josefin Sans for the header:
Screenshot 2019-12-08 at 8 35 59 AM
Bebas Neue for the title:
Screenshot 2019-12-08 at 8 40 47 AM

Navigating button at Header and Footer

Added animated navigating button at the header and footer by using font awsome. Designed with MouseOn action.

Animated icon at header to move to About section with scroll triggered:
Screenshot 2019-12-08 at 8 41 39 AM

Animated icon at header to move to Header section with scroll triggered:
Screenshot 2019-12-08 at 8 42 36 AM

Background music

Added background music for the website. It can autoplay , loop and control by users. However, the autoplay function may be blocked by the browser setup, users need to enable the autoplay function at browser in order to play the background music automatically.

Screenshot 2019-12-08 at 9 08 16 AM

Icon at the header part

An icon should be added at the top left handed corner of the website, next the the word 'Christy's Studio'.

Google form style unmatch

Google form embedded in the website is having bright purple colour which doesn’t not match with the style of the website.

Small window for booklet

The window for reading the booklet is too small, cannot even see the rough layout of the layout design.

Background image and colour

Changed background image and colour by changing code in CSS file.

Colour tone of website is changed from grey to greyish blue:
Screenshot 2019-12-08 at 8 45 25 AM

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.