GithubHelp home page GithubHelp logo

ganesh35 / ng2-profile Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 354.15 MB

Boiler-plate template for Profile website based on Angular 2.0.0

Home Page: http://ng2-profile.batchu.org/

License: MIT License

TypeScript 5.82% HTML 31.74% JavaScript 1.01% CSS 61.43%

ng2-profile's Introduction

Depricated. Please see - [ngx-profile] (https://github.com/ganesh35/ngx-profile)

ng2-Profile [1.0.0]

It is a simple minimalist Multi-lingual Boiler-plate template for a perfect Profile website.

This is an Angular 2 application developed using typescript v2.0.2.

Technical Informatoin

This program uses the following repositories:

Demo

Theme #1: Demo of theme1
Theme #2: Demo of theme2

Features

  • PreBuilt JSON based sample profile
  • MultiLingual Support
  • Multi-Theme System: Chnage of Theme/Template is simplified
  • JSON based data store, so no Database installation
  • Bootstrap 4 Support

Installation

  • Step #1: Download and extract .zip file
  • Step #2: Extract the zip file contents to a folder (ex: profile)
  • Step #3: (only if the folder is not in the web servcer document-root):
    Edit the file index.html
<html>
  <head>
    <base href="/profile" />  <!-- Change this to the folder of your deployment only when it is not on document-root -->
    <meta charset="UTF-8">

Change to
profile should be the folder where you have extracted your files.

Usage

Find the json file: i18n/.json
Edit the content of the json file to change Logo, Caption, Menu Items, Footer Text and the complete Profile data.

FAQ

How can I change <title> and meta tags

Dynamic modification of title and meta-tags are not supported yet.
Please open index.html and change them manually.

How to switch themes

Themes are available in the folder named themes
It is possible to change between the themes which are in the themes folder. File: app/globals.ts and app/globals.js
if you are using npm lite-server it will re-create .js file from .ts file, otherwise plase change in the .js file

exports.themeName = 'theme1';     // change to any available theme

ng2-profile's People

Contributors

ganesh35 avatar

Watchers

James Cloos avatar  avatar

ng2-profile's Issues

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.