Skip to content

Commit 56a48b2

Browse files
committed
add new project template
1 parent 3135a36 commit 56a48b2

10 files changed

Lines changed: 41 additions & 78 deletions

File tree

src/projects/ArtPortfolio/index.css

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/projects/ArtPortfolio/index.html

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

src/projects/NewLanding/css/components/main.css

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
:root
3+
{
4+
--color-bg: white;
5+
--color-accent: rgb(64, 188, 208);
6+
--color-accent-secondary: rgb(242, 181, 56);
7+
--color-text: rgb(68, 64, 60);
8+
}
9+
10+
*
11+
{
12+
margin: 0px;
13+
font-size: 100%;
14+
font-family: 'Open Sans', sans-serif;
15+
}

src/projects/NewLanding/css/index.css

Whitespace-only changes.

src/projects/NewLanding/css/responsive/responsive.css

Whitespace-only changes.

src/projects/NewLanding/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="ru">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title></title>
8+
</head>
9+
10+
<body>
11+
12+
<header>
13+
14+
</header>
15+
16+
<main>
17+
18+
</main>
19+
20+
<footer>
21+
22+
</footer>
23+
24+
</body>
25+
26+
</html>

src/projects/NewLanding/js/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)