Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
creativoma committed Apr 28, 2022
0 parents commit 1da8a1d
Show file tree
Hide file tree
Showing 13 changed files with 2,591 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Playing with XP.css

## A design system for building faithful recreations of old UIs.

## Screenshot

![](./src/screenshot.png)

## Links

- Official page: [botoxparty.github.io/XP.css](https://botoxparty.github.io/XP.css/)
- Repo: [github.com/creativoma/windows-xp-css](https://github.com/creativoma/windows-xp-css)
- Deploy: [windows-xp-css.vercel.app](https://windows-xp-css.vercel.app)

## Author

- Github: [github.com/creativoma](https://github.com/creativoma)
- Linkedin: [linkedin.com/in/ma-marianoalvarez](https://www.linkedin.com/in/ma-marianoalvarez/)
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

1 comment on commit 1da8a1d

@vercel
Copy link

@vercel vercel bot commented on 1da8a1d Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

windows-xp-css – ./

windows-xp-css-creativoma.vercel.app
windows-xp-css.vercel.app
windows-xp-css-git-main-creativoma.vercel.app

Please sign in to comment.