Giter Club home page Giter Club logo

resume-codeigniter's Introduction

Resume-Codeigniter

This site was built using the Resume template from the awesome team @ Start Bootstrap and Codeigniter(V3.1.9).

I would call this a starting point for people who want to learn Codeigniter or built on top of a fresh copy.

I added comments to help with the basics and will be updating the content to include Admin features, contact form and more.

The Admin area will allow the edits of any content from the Front-End.

Open to suggestions and feedback,

Thanks!

How to use?

  • Change this Config URL to point at your environment:

$config['base_url'] = 'http://localhost/Resume-Codeigniter/';

Example: $config['base_url'] = 'http://yourdomain.com/';

This Config file is located in application/config/config.php

Variables:

  • This variables are easy to edit and have comments explaining what they do. Location of the variables to edit = 'application/controllers/Home.php'

      // Meta tags
      $data['title'] = 'Resume - Start Bootstrap Theme'; // This is the title of the page e.g 'Resume - Start Bootstrap Theme'.
      $data['description'] = 'Resume is a Bootstrap resume or CV landing page theme to help you beautifully create easy to use, stylish resume websites!'; // This is the meta description field.
      $data['author'] = 'Author of the site'; // This is the meta author field.
    
      // About Section
      $data['first_name'] = 'Clarence';
      $data['last_name'] = 'Taylor';
      $data['address'] = '3542 Berry Street · Cheyenne Wells, CO 80810 · (317) 585-8468 ·';
      $data['your_email'] = '[email protected]';
      $data['about_info'] = 'I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.';
    

resume-codeigniter's People

Contributors

towerx avatar

Stargazers

 avatar

Watchers

 avatar  avatar

resume-codeigniter's Issues

Broken links

The header and footer include broken links that should be replaced.

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.