Code Monkey home page Code Monkey logo

abaqira-academy's Introduction

Abaqira Academy Website

This repository contains the code for the Abaqira Academy website, which provides information about the academy and its offerings for primary and kindergarten education in Addis Ababa.

Usage

To use this code, follow the instructions below:

  1. Clone the repository to your local machine:

    git clone https://github.com/ahmedonour/abaqira-academy.git
  2. Navigate to the project directory:

    cd abaqira-academy
  3. Install dependencies:

    npm install
  4. Run the application:

    npm run dev

    This will start the development server, and you can view the website by navigating to http://localhost:5000 in your web browser.

Code Structure

The main entry point for the application is the index.svelte file. This file imports the Hero component from the component directory and includes necessary metadata in the <svelte:head> section.

<script>
	import Hero from '../component/Hero.svelte';
</script>

<svelte:head>
	<meta charset="UTF-8">
    <meta name="description" content="Abaqira Academy - Providing Quality Education for Primary and Kindergarten Students in Addis Ababa">
    <meta name="keywords" content="Primary School, Kindergarten, Education, Addis Ababa, Abaqira Academy">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Abaqira Academy - Quality Primary and Kindergarten Education in Addis Ababa</title>
</svelte:head>

<main>
	<Hero />
</main>

<style>
	/* Custom styles can be added here */
</style>

Styles

The style block within the index.svelte file contains custom styles for the application. You can modify these styles or add additional styles as needed.

<style>
	/* main{
        display: grid;
        place-items: center;
    } */
</style>

Feel free to customize the styles according to your design preferences.

License

This code is licensed under the MIT License. Feel free to use, modify, and distribute the code for your own educational purposes or other non-commercial projects.

If you have any questions or issues, please feel free to open an issue on the repository.

Thank you for using the Abaqira Academy website code!

abaqira-academy's People

Contributors

ahmedonour avatar

Watchers

 avatar

Forkers

ahmedonodev

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.