Responsive personal vCard template. Designed and developed both as a personal business card and a final project.
As an end-user, you will have a template to describe your skills.
As a developer, you can use this template and build upon its functionalities.
My goal was to build a CMS to understand the MVC architecture
- Mobile responsive
- Customizable content (text, photo, favicon, META)
- Retrieve Password through email
See a live version running this template - https://www.alexdisdier.fr/
You need to create a database.
- Within the "prod" folder, download the file "install-vcard.php" and the zip "vcard_archive.zip"
- Upload those 2 files in the root directory of your future website or localhost for further testing
- In your navigation bar, type the url of your root directory followed by "install-vcard.php". It should be something like "https://yourdomain.com/install-vcard.php"
- Follow the instructions
- Create your administrator login by clicking on "Made with a" link.
- You can now log in. Click on the smily face in the footer.
- Edit your content.
- Comment the lines 9-11 of /library/ErrorView.phtml in order to get specific error messages.
- Change the credentials as you see fit in /application/config/database.php
-------------------------------------------
├── application
│ ├── classes
│ ├── config
│ ├── controllers
│ ├── forms
│ ├── models
│ ├── www
│ │ ├── about
│ │ ├── admin
│ │ ├── assets
│ │ │ ├── scss
│ │ │ │ │
│ │ │ ├── fonts
│ │ │ │ │
│ │ │ ├── images
│ │ │ │ └── raw
│ │ │ └──js
│ │ ├── node_modules
│ │ ├── quotes
│ │ ├── site
│ │ ├── social
│ │ ├── user
│ │ │ ├── login
│ │ ├── .htaccess
│ │ ├── footer.phtml
│ │ ├── header.phtml
│ │ ├── HomeView.phtml
│ │ ├── index.php
│ │ ├── style.css
│ │ ├── style.css.map
│ │ └── style.min.css
├── library
├── node_modules
├── dist
├── .htaccess
├── gulpfile.js
├── index.php
├── install-card.php
├── package-lock.json
├── package.json
├── README_3W.txt
├── README_GITHUB.md
├── vcard.sql
└── version2.txt
- Alex Disdier - Initial work - alexdisdier
This project is licensed under the MIT License - see the LICENSE.md file for details
- README.md based on PurpleBooth and dbader.