-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the course description by changing labs 1, 2 and 3
- Loading branch information
Vlad-laptop
committed
Jan 26, 2025
1 parent
3073e10
commit e5d889a
Showing
11 changed files
with
94 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.home .hero img { | ||
max-width: 450px !important; | ||
} | ||
|
||
.sidebar-group .collapsable { | ||
color: #2c3e50; | ||
} | ||
|
||
.sidebar-group.is-sub-group > .sidebar-heading { | ||
opacity: 1 !important; | ||
cursor: pointer !important; | ||
} | ||
|
||
.vp-hero-action-button { | ||
background: linear-gradient(0.15turn, #b607b6, #3cc); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { defineConfig } from 'vite'; | ||
import path from 'path'; | ||
|
||
export default defineConfig({ | ||
css: { | ||
preprocessorOptions: { | ||
sass: { | ||
additionalData: `@import "@/styles/index.sass";`, | ||
}, | ||
}, | ||
}, | ||
resolve: { | ||
alias: { | ||
'@': path.resolve(__dirname, './'), | ||
}, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
home: true | ||
heroText: Архитектура высоконагруженных систем | ||
heroImage: /logo.jpg | ||
heroText: Архитектура высоконагруженных приложений | ||
heroImage: /logo.png | ||
tagline: Лабораторные работы | ||
actionLink: /task/ | ||
# footer: Made by MANASLU8 with ❤️ | ||
actions: | ||
- link: /task/ | ||
text: Начать → | ||
type: primary | ||
footer: Made by MANASLU8 with ❤️ | ||
copyright: Customized copyright text | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Авторы | ||
|
||
Следующая таблица содержит данные об авторах проектов: | ||
|
||
| Проект | Автор(ы) | | ||
| --- | --- | | ||
| | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters