├── LICENSE ├── README.md └── cohort-6.atwebpages.com ├── 404 ├── .htaccess ├── 404.html ├── Doc.php ├── autoload.php ├── bar.php ├── call ├── checkuser.php ├── control.php ├── css └── style.css ├── dumka1.jpg ├── dumkacv ├── CORED(2).svg ├── dcloned.svg ├── dclonedme.svg ├── dumkacv.css ├── dumkacv.htm ├── dumkacv.pdf ├── dumkahead.htm ├── dumkahead.html ├── highlight.esm.js ├── highlight.js ├── index.png ├── monokai.css ├── nigeria.svg ├── pro.svg ├── profile.jpeg ├── reveal.css ├── reveal.esm.js ├── reveal.js └── revealdumka.css ├── friends.php ├── functions.php ├── header.php ├── img ├── ,Untitled.svg ├── 1Untitled.svg ├── ACC.png ├── CORED.svg ├── FINAL.png ├── FINAL.svg ├── New Project.webm ├── Slice 1.svg ├── Untitled.png ├── Untitledreal.svg ├── afr.png ├── alx-T.png ├── alx.png ├── alx1.webp ├── alxp.png ├── backs.svg ├── default.png ├── dumka1.jpg ├── dumka2.jpg ├── google.svg ├── header-bg.webp ├── logoz.png ├── logoz.svg ├── mutual.svg ├── old_CORED.svg ├── pexels-magda-ehlers-2660262.jpg ├── pi_coin.svg ├── rank │ ├── bar0.svg │ ├── bar1.svg │ ├── bar2.svg │ ├── bar3.svg │ ├── bar4.svg │ ├── bar5.svg │ └── bar6.svg ├── the-room.png └── udacity.png ├── index.php ├── javascript.js ├── login.js ├── login.php ├── logout.php ├── members.php ├── messages.php ├── pictures ├── profile.php ├── project.php ├── robot.txt ├── setup.php ├── signup.js ├── signup.php ├── styles.css ├── tester.php └── uploads ├── Victor └── Victor.jpg ├── dumka2 └── dumka2.jpg └── test └── test.jpg /README.md: -------------------------------------------------------------------------------- 1 | # Cohort-6 Lab Web 2 |  3 | This repo is for the Maintenance, update and organisation of Cohort_6 lab Web Development. 4 | Cohort_6 lab created/Founded by Dumka Bipnelo. 5 | Cohort_6 lab website is Currently on a sub-domain and hosted on Awardspace. 6 | 7 | NB. this readme file may be subjected to changes. 8 | 9 | 10 | # About 11 | 12 | Cohort-6 lab was created by Cohort-6 Software Engineers from the Alx Software engineering program. 13 | Cohort-6 lab members are aspiring SE/pioneer SE 14 | 15 | Thus to be more educated/talented in the field of Software development/Engineering 16 | Dumka Bipnelo A member of alx Cohort-6 Software engineering program made a layout plan to 17 | create a Group, and named it "Cohort-6" with the interest of his fellow alx Cohort-6 members(SE). 18 | 19 | NB. Cohort-6 lab is not under the Alx Cohort_6 SE Program and Its Projects are not/we're not implemented by alx SE Program. 20 | But Cohort-6 lab is in support of the alx SE Program. 21 | Therefore Cohort-6 is a different community created from the Alx Software engineering program. 22 | 23 | The main objectives of the Cohort-6 lab is to create sophisticated technologies with the help/ideas gotten from the Alx Software engineering program. Also creating an interactive Community for Software engineers in Africa and across the globe 🌎 24 | 25 | The core concept of this repo "Cohort6-lab/web" is to organise code to be written by Cohort-6 lab Participants 26 | for the development for the official Cohort-6 lab website which will be a general platform for Cohort_6 lab Software engineers. Also this repo will serve as a support for Web Developers with open-source codes written and examined, 27 | to be used by web/web applications developers. 28 | 29 | # Concepts 30 | Web nomenclature. 31 | 32 | Web support. 33 | 34 | web components. 35 | 36 | file naming/organising. 37 | 38 | workflow. 39 | 40 | open-source files. 41 | 42 | 43 | # Web Nomenclature 44 | The website for Cohort-6 Laboratory has been hosted on Awardspace 45 | and is currently on a sub-domain domain. 46 | which means the website does not currently have a ssl or has not currently been certified. 47 | Hosted for free on https://Awardspace.com with a Free DNS -sub-domain. Cohort-6 lab website is named 48 | http://cohort-6.atwebpages.com where development will be ongoing. 49 | 50 | # web Support 51 | Since Cohort-6 lab website is currently hosted on a free platform. this webpage is only supported by Cohort6-lab contributors 52 | 53 | 54 | # web Components 55 | NB. Changes made on this repo may not be subjected to http://cohort-6.atwebpages.com 56 | 57 | The Cohort-6 lab website is to be designed in 4 categories 58 | 59 |  60 | 61 | C6-lab Structure. 62 | 63 | C6-lab Design. 64 | 65 | C6-lab Database. 66 | 67 | C6-lab Server. 68 | 69 | C6-lab Structure : Consist of the web structure the basic implementation of C6 lab website in which HTML will be encoded (index.php) 70 | This file is opened to Frontend-Develops/Cohort-6 Aspiring frontend-dev (SE). mainly on HTML/HTML5. 71 | 72 | C6-lab Design : C6 lab Design will be implemented on (style.css) file where CSS/CSS3 and React.JS Frameworks will be deployed. 73 | The development of this file is opened to Frontend-Develops/Cohort-6 Aspiring frontend-dev (SE). 74 | 75 | Both index.php which contains HTML code and style.css which contains css files 📂 are to synchronize to determine the User-Interface(UI) on C6-lab website. 76 | 77 | 78 | C6-lab Database/Server : This will be a center point for all Database configuration, Database info and db integration which will be embedded with servers side code -php (PHP: Hypertext Preprocessor ) 79 | PHP is a server side scripting language that is embedded in HTML, all file extention ends with php this is to ensure that backend programs are encrypted on C6-lab website. 80 | 81 | C6-lab Website Database will be implemented with Mysql. and accessed with phpMyAdmin 82 | while php will be used to communicate with sql programs. 83 | 84 | The development of these files are opened to backend-developers/Cohort-6 Aspiring backend-dev (SE). 85 | 86 | 87 | 88 | NB. ALL files are opened to full-stack-developer(front-end/back-end Dev)/Cohort-6 Aspiring full-stack-developer and Software Developers. 89 | 90 | 91 | 92 | # file Naming/Organising 93 | 94 | cohort-6.atwebpages.com/index.php : main file with includes HTML, Srcipts, Makes calls to Css code, php codes js libraries, meta links etc. 95 | 96 | cohort-6.atwebpages.com/style.css : sub-file which includes CSS3/CSS codes. 97 | 98 | cohort-6.atwebpages.com/db.php : sub-file which includes php and sql codes (database integration file) 99 | 100 | other files : sub-files 📂 are other multiple pages/ file this may include image files, user file, user-login file, login encrypted files and Document files . 101 | 102 | 103 | 104 | # Workflow 105 | 106 | Only recommend git commits made will be displayed on repo and tests will be made to ensure these changes work with already modified files on the website to ensure smooth design / UI. 107 | 108 | Therefore a developer/aspiring dev can make changes to each file by editing that file from an IDE/Editor Eg. Vscode(recommend) test these changes he/she has made on a browser then commit these changes to the repo . 109 | 110 | The changes made will be diagnosed to ensure that all code/ files are synchronized and meet all requirements for a better webpage. then successfully commits will be push to main and then integrated to the website 111 | 112 | 113 | NB. developer are to state there names at the end of the webpage edited/commited by them and all state the changes made on an edited page. 114 | For a easier workflow and code view by moderators 115 | 116 | ALWAYS Hashtag C6-lab on your changes 117 | Eg. #C6-lab 118 | 119 | 120 | # open-source 121 | 122 | C6-lab project is an open-source program but under the courtesy of cohort-6 S.E from alx SE program 123 | 124 | Feel-FREE to explore, contribute and question 🙋 125 | 126 | on Cohort6-lab first project. 127 | 128 | # 129 | This README.md 📖 file was written by Dumka Bipnelo and edited by Cohort6-lab Moderators. 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | -------------------------------------------------------------------------------- /cohort-6.atwebpages.com/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | RewriteEngine On 3 | RewriteBase / 4 | RewriteRule ^%{REQUEST_FILENAME}\.php$ - [L] 5 | RewriteCond %{REQUEST_FILENAME} !-f 6 | RewriteCond %{REQUEST_FILENAME} !-d 7 | RewriteRule . /project.php [L] 8 | 9 | 10 | ErrorDocument 404 /404.html 11 | 12 | 13 | -------------------------------------------------------------------------------- /cohort-6.atwebpages.com/404: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
37 | Gain the skills, experience and relationships that keep you ahead of
38 | the curve.
39 |
40 | JOIN OUR COMMUNITY OF DEVELOPERS.
41 | To explore in TECH
42 |
43 |
73 | Join d LARGEST TECH community in AFRICA WITH over 30 countries
74 | To explore one code, PEOPLE, CITIES, NATURE and DIVESITY. we connectr community Developers WITH one code.
75 | Buildin Tec in localitiy GIVING Hope.
76 |
77 |
78 |
79 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES
80 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE.
81 | BUILDING TECH IN LOCALITIES GIVING HOPE.
82 |
83 | JOIN TO DEVELOP THE NON-DEVELOPED NATION
84 | WITH AFRO CODING STYLE.
85 |
88 | A COMMUNITIES OF DEVELOPERS 89 | 90 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES 91 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE. 92 | BUILDING TECH IN LOCALITIES GIVING HOPE. 93 | 94 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES 95 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE. 96 | BUILDING TECH IN LOCALITIES GIVING HOPE. 97 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES 98 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE. 99 | BUILDING TECH IN LOCALITIES GIVING HOPE. 100 | 101 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES 102 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE. 103 | BUILDING TECH IN LOCALITIES GIVING HOPE. 104 | 105 | JOIN THE LARGEST TECH COMMUNITY IN AFRICA WITH OVER 30 COUNTRIES 106 | To EXPLORE CODES, PEOPLE, CITIES, NATURE AND DIVESITY. WE CONNECT COMMUNITIES AND DEVELOPERS WITH ONE CODE. 107 | 108 |
109 | 110 | 111 |