Skip to content

Commit a7899d8

Browse files
committed
init Primer
1 parent 9b26e0d commit a7899d8

File tree

162 files changed

+14502
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+14502
-10
lines changed

_site/assets/styles.css

Lines changed: 3245 additions & 0 deletions
Large diffs are not rendered by default.

_site/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Home</title>
5+
<title>profile-generator</title>
6+
<link href="/assets/styles.css" rel="stylesheet" type="text/css">
67
</head>
78
<body>
89

910

10-
profile-generator
11-
<hr>
12-
<h1>BenEmdon</h1>
13-
<img src="https://avatars0.githubusercontent.com/u/11095731?v=4">
11+
<div class="container-lg p-responsive">
12+
<h1>profile-generator</h1>
13+
<p>BenEmdon</p>
14+
<img src="https://avatars0.githubusercontent.com/u/11095731?v=4">
15+
</div>
1416

1517
<!--//header></header>
1618
<script>

_site/package-lock.json

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "profile-generator",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/github/profile-generator.git"
12+
},
13+
"author": "github",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/github/profile-generator/issues"
17+
},
18+
"homepage": "https://github.com/github/profile-generator#readme",
19+
"dependencies": {
20+
"primer-core": "^6.10.9"
21+
}
22+
}

assets/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
---
3+
@import "primer-core/index";

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
<html>
66
<head>
77
<meta charset="utf-8">
8-
<title>Home</title>
8+
<title>{{ site.github.project_title }}</title>
9+
<link href="/assets/styles.css" rel="stylesheet" type="text/css">
910
</head>
1011
<body>
1112
{% assign user = site.github.organization_members[0] %}
1213

13-
{{ site.github.project_title }}
14-
<hr>
15-
<h1>{{ user.login }}</h1>
16-
<img src="{{ user.avatar_url }}">
14+
<div class="container-lg p-responsive">
15+
<h1>{{ site.github.project_title }}</h1>
16+
<p>{{ user.login }}</p>
17+
<img src="{{ user.avatar_url }}">
18+
</div>
1719

1820
<!--//header></header>
1921
<script>

node_modules/primer-base/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/primer-base/README.md

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/primer-base/build/build.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)