Skip to content

Commit

Permalink
🔧 Resolve table of contents issue
Browse files Browse the repository at this point in the history
  • Loading branch information
worthant committed Sep 14, 2023
1 parent f3b53c8 commit e549e2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
>
> Dive in to explore how these technologies come together for a functional, user-friendly experience :computer:
<a id="requirements"></a>

## Requirements for variant 1204

|![изображение](https://github.com/worthant/simple-one-page-website/assets/43885024/4e3bc97e-313b-4592-9476-2a8cd112fe10)|
Expand Down Expand Up @@ -97,6 +99,8 @@
• Any incorrect values (letters in point coordinates / negative radius / ... ) should be blocked.
```

<a id="preparation"></a>

## Preparation Topics

```python
Expand All @@ -116,6 +120,8 @@
14. PHP language - syntax, data types, embedding in web pages, rules for handling HTTP requests. Features of the implementation of OOP principles in PHP.
```

<a id="setup"></a>

## How to get everything working?

1. Open the terminal and navigate to the directory where you want to clone the repository:
Expand Down Expand Up @@ -153,13 +159,17 @@

7. Change `deploy.sh` for your needs and deploy changes to server using `yarn deploy`

<a id="manual"></a>

## User Manual

1. Fill in the form fields on the main page: enter the point coordinates and radius
2. Click the "Check" button to send the data for processing by the PHP script
3. The processing results will be displayed in the table on the main page

## Theoretical materials </b></h2></summary>
<a id="theory"></a>

## Theoretical materials

1. **URI** - **URL** - **URN** : <https://wiki.merionet.ru/articles/url-i-uri-v-chem-razlichie/>
2. **Web docs 1** : <https://www.w3schools.com/css/css3_borders.asp>
Expand Down

0 comments on commit e549e2c

Please sign in to comment.