-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (33 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content=" introduction to this website" />
<meta name="keyword" content="keyword to this website" />
<meta name="author" content=" company's name" />
<meta name="color-scheme" content=" light dark" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>public files</title>
<link rel="stylesheet" href="./CSS/style.css" />
<script defer src="index.js"></script>
<!-- <noscript>this file runs on javascript, kindly activate the javascript comand</noscript> -->
</head>
<body style="display: flex; justify-content: center; align-items: center; background: url('https://wallpapercave.com/wp/wp6470020.jpg'); background-size: cover">
<a href="https://elidakirigo.github.io/public/responsive-mini-portfolio(html-css-js)/" title="click to see portfolio" style="max-width: 1000px">
<!-- <picture> -->
<!-- ### ✍️ Random Dev Quote
![](https://quotes-github-readme.vercel.app/api?type=horizontal&theme=radical)
### 🔝 Top Contributed Repo
![](https://github-contributor-stats.vercel.app/api?username=seniorcoder72&limit=5&theme=dark&combine_all_yearly_contributions=true) -->
<img width="100%" style="margin-bottom: 1%" src="https://github-readme-stats-eight-theta.vercel.app/api?username=elidakirigo&show_icons=true&show=reviews,discussions_started,discussions_answered,prs_merged,prs_merged_percentage&theme=nightowl&count_private=true&hide=stars,commits,prs,issues&hide_rank=true&custom_title=contribution-list" alt="GitHub Stats" />
<source srcset="https://github-readme-stats.vercel.app/api?username=elidakirigo&count_private=true&show_icons=true&show=reviews,discussions_started,discussions_answered,prs_merged,prs_merged_percentage&theme=nightowl" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
<img align="center" width="100%" style="margin-bottom: 1%" src="https://github-readme-stats.vercel.app/api?username=elidakirigo&count_private=true&show_icons=true&show=reviews,discussions_started,discussions_answered,prs_merged,prs_merged_percentage&theme=nightowl&rank_icon=percentile" width="100%" />
<img width="100%" style="margin-bottom: 1%" src="https://github-contributor-stats.vercel.app/api?username=elidakirigo&limit=20&theme=nightowl&combine_all_yearly_contributions=true" />
<img src="https://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=elidakirigo&show_icons=true&theme=nightowl" width="100%" />
<!-- </picture> -->
<img align="center" width="100%" style="margin-bottom: 1%" src="https://quotes-github-readme.vercel.app/api?type=horizontal&theme=radical" />
</a>
<!-- <script src="./script.js"></script> -->
</body>
</html>