-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
94 lines (83 loc) · 5.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="index, follow" />
<meta http–equiv="X-UA-Compatible" content="IE=edge" />
<!-- Basic Info -->
<meta name="description" content="GitHub Organisation containing Actions to improve your Profile Readme!">
<meta name="author" content="Contributors @ Readme-Workflows">
<!-- Twitter Info -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Readme-Workflows">
<meta name="twitter:description" content="GitHub Organisation containing Actions to improve your Profile Readme!">
<meta name="twitter:image" content="https://readme-workflows.github.io/assets/img/favicon.png">
<!-- OpenGraph Info -->
<meta property="og:site_name" content="GitHub Profile Readme Workflows">
<meta property="og:title" content="Readme-Workflows">
<meta property="og:url" content="https://readme-workflows.github.io">
<meta property="og:description" content="GitHub Organisation containing Actions to improve your Profile Readme!">
<meta property="og:image" content="https://readme-workflows.github.io/assets/img/favicon.png">
<!-- Page Properties -->
<title>Readme-Workflows | Enhance your Profile-README!</title>
<link rel="icon" href="https://readme-workflows.github.io/assets/img/favicon.png" />
<link href="https://readme-workflows.github.io/assets/img/favicon.png" rel="shortcut icon" />
<link href="https://readme-workflows.github.io/assets/img/favicon.png" rel="apple-touch-icon" />
<link href="https://readme-workflows.github.io/assets/img/favicon.png" rel="apple-touch-startup-image" />
<!-- Stylesheets -->
<link href="https://readme-workflows.github.io/assets/css/main.css" rel="stylesheet">
<!-- JavaScript -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async defer src="https://readme-workflows.github.io/assets/js/switch.js"></script>
</head>
<body onload="getTheme();">
<div class="container">
<h1>
<a href="https://github.com/Readme-Workflows">
Readme-Workflows
</a>
</h1>
<h2>Enhance your Profile README with our GitHub Actions!</h2>
<p>
The Readme-Workflows Organisations aims to provide GitHub Actions to enhance and improve your Profile README.<br>
Below can you find a list of our current Actions available.
</p>
<h3>
<a href="https://readme-workflows.github.io/recent-activity">
Recent Activity
</a>
</h3>
<p>
The Recent Activity action allows you to display your
most recent Actions on GitHub in the form of a list.
<ol>
<li>❗️ Closed issue <a href="https://github.com/Readme-Workflows/recent-activity/issues/5">#5</a> in <a href="https://github.com/Readme-Workflows/recent-activity/issues/5">Readme-Workflows/recent-activity</a></li>
<li>🎉 Merged PR <a href="https://github.com/Readme-Workflows/recent-activity/pull/6">#6</a> in <a href="https://github.com/Readme-Workflows/recent-activity/pull/6">Readme-Workflows/recent-activity</a></li>
<li>🗣 Commented on <a href="https://github.com/Readme-Workflows/recent-activity/discussions/3">#3</a> in <a href="https://github.com/Readme-Workflows/recent-activity/discussions/3">Readme-Workflows/recent-activity</a></li>
<li>❗️ Closed issue <a href="https://github.com/Readme-Workflows/recent-activity/issues/4">#4</a> in <a href="https://github.com/Readme-Workflows/recent-activity/issues/4">Readme-Workflows/recent-activity</a></li>
<li>💪 Opened PR <a href="https://github.com/Readme-Workflows/recent-activity/pull/6">#6</a> in <a href="https://github.com/Readme-Workflows/recent-activity/pull/6">Readme-Workflows/recent-activity</a></li>
</ol>
</p>
<h3>
<a href="https://readme-workflows.github.io/Readme-Icons">
Readme-Icons
</a>
</h3>
<p>
A collection of SVG icons and gifs you can use to make
your Readme look more beautiful.
</p>
</div>
<div class="container right border-top">
This site is open source.
<a href="https://github.com/Readme-Workflows/readme-workflows.github.io/edit/main/index.html">Improve this page!</a>
<div class="center">
<b>Switch to:</b><br>
<a href="javascript:switchTheme('dark', 'white');">Dark theme</a><br>
<a href="javascript:switchTheme('white', 'dark');">White theme</a>
</div>
</div>
</body>
</html>