init test branch
9
public/assets/css/default.css
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
BIN
public/assets/img/facebook.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/gg.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
public/assets/img/instagram.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/img/projects/edward.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
public/assets/img/projects/kamilcraft.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
public/assets/img/twitter.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/img/user.jpg
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
public/assets/logo.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/me.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/download/certyfikat-laravel.pdf
Normal file
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
21
public/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="icon" href="<%= VUE_APP_BASE_URL %>/favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Thasadith&display=swap" rel="stylesheet">
|
||||
<title>KamilCraft.com</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|