hurah / canvas-api
A set of classes that helps with communicating with the Instructure Canvas API.
Requires
- php: ^8.2
- ext-curl: *
- ext-iconv: *
- ext-json: *
- guzzlehttp/guzzle: 8.0.x-dev
- hurah/data-types: dev-main
- symfony/console: 5.4.x-dev
- symfony/http-foundation: 5.4.x-dev
- symfony/routing: 5.4.x-dev
- vlucas/phpdotenv: 5.6.x-dev
Requires (Dev)
- phpunit/phpunit: ^9.3@dev
This package is auto-updated.
Last update: 2024-11-17 18:23:31 UTC
README
Boilerplate code for students software development at ROC Amstelland for the mini course in LESS and SASS
A php
This repository contains all the essential files required for completing the assignments in the LESS and SASS course. The provided code serves as a foundation for students to practice and explore the concepts covered in class. You are encouraged to experiment with the SCSS files and compile them to CSS to better understand the styling workflow. Make sure to follow the course guidelines and refer to the documentation to get started with these resources effectively.
Contents
-
public_html - Document root.
- index.html An unstyled HTML document for you to turn into something amazing
- css/style.css* - This file should be generated automatically by you.
- img/* - This directory contains some placeholder images, you may or may not replace them.
-
src/styles.scss - This is the file that needs to be altered in order for you to complete your assignment.
More info
These files are part of mini cursus LESS & SASS, for more information please refer to the course or your instructor.