Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jskalasariya committed Jul 24, 2023
1 parent 50b8848 commit 35677ab
Show file tree
Hide file tree
Showing 108 changed files with 10,087 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.sass-cache
.DS_Store
_site
FUT
.brackets.json
kramdown
.jekyll-metadata
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- 4.1.1
before_script:
- npm install -g grunt-cli
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Contributing

Please keep the [issue tracker](http://github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**.


### Personal Support
If you have personal support or setup questions the best place to ask those are [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js).


### Bug Reports
When reporting a bug make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested.


### Pull Requests
- Should follow the coding style of the file you work in, most importantly:
- Tabs to indent
- Single-quoted strings
- Should be made towards the **dev branch**
- Should be submitted from a feature/topic branch (not your master)


### Plugins
Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines
8 changes: 8 additions & 0 deletions LICENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The MIT License (MIT)
Copyright (c) 2016 webjeda

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19 changes: 19 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (C) 2016 Hakim El Hattab, http://hakim.se

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Visit: [https://nitrek.github.io/](https://nitrek.github.io/)

## Why Me?

[![HitCount](http://hits.dwyl.com/nitrek/nitrekgithubio.svg)](http://hits.dwyl.com/nitrek/nitrekgithubio)
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
32 changes: 32 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
title: Webjeda Slides
description: Webjeda slides is built using revealjs. The idea is to keep all the slideshows in one place as posts. All your presentations can be accessed from one place!



baseurl: "/slides" # the subpath of your site, e.g. /blog
url: "https://nitrek.github.io/" # the base hostname & protocol for your site
permalink: /:title/


compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []


analytics: UA-133746680-1

color-1: '#e74c3c'
color-2: '##1abc9c'
color-3: '##1abc9c'
color-4: '##1abc9c'
color-5: '##1abc9c'
color-6: '##1abc9c'
color-7: '##1abc9c'
color-8: '##1abc9c'

12 changes: 12 additions & 0 deletions _includes/analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133746680-1"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'UA-133746680-1');
</script>
54 changes: 54 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">


<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>

<meta name="description" content="{{ site.description }}">

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<link rel="stylesheet" href="{{site.baseurl}}/css/reveal.css">


{% if page.theme == "beige" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/beige.css">
{% elsif page.theme == "black" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/black.css">
{% elsif page.theme == "blood" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/blood.css">
{% elsif page.theme == "league" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/league.css">
{% elsif page.theme == "moon" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/moon.css">
{% elsif page.theme == "night" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/night.css">
{% elsif page.theme == "serif" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/serif.css">
{% elsif page.theme == "simple" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/simple.css">
{% elsif page.theme == "sky" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/sky.css">
{% elsif page.theme == "solarized" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/solarized.css">
{% elsif page.theme == "white" %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/white.css">
{% else %}
<link rel="stylesheet" href="{{site.baseurl}}/css/theme/blood.css">
{% endif %}


<link rel="stylesheet" href="{{site.baseurl}}/lib/css/zenburn.css">

<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}/favicon.ico" />

<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( {{site.baseurl}}/print-pdf/gi ) ? '{{site.baseurl}}/css/print/pdf.css' : '{{site.baseurl}}/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
19 changes: 19 additions & 0 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@



<script src="{{site.baseurl}}/lib/js/head.min.js"></script>
<script src="{{site.baseurl}}/js/reveal.js"></script>

<script>
Reveal.initialize({
history: true,


dependencies: [
{ src: '{{site.baseurl}}/plugin/markdown/marked.js' },
{ src: '{{site.baseurl}}/plugin/markdown/markdown.js' },
{ src: '{{site.baseurl}}/plugin/notes/notes.js', async: true },
{ src: '{{site.baseurl}}/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
10 changes: 10 additions & 0 deletions _layouts/compress.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
# Jekyll layout that compresses HTML
# v3.0.1
# http://jch.penibelst.de/
# © 2014–2015 Anatol Broder
# MIT License
---

{% capture _LINE_FEED %}
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% assign _lastchar = _pres.last | split: "" | last %}{% assign _outerloop = forloop %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if forloop.last and _lastchar == _LINE_FEED %}{% unless _outerloop.last %}{{ _LINE_FEED }}{% endunless %}{% continue %}{% endif %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
19 changes: 19 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: compress
---

<!doctype html>
<html>
{% include head.html %}
<body>
{{content}}
<a href="{{site.baseurl}}/">
<div class="home"><svg id="i-home" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">
<path d="M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z" />
</svg></div>
</a>
{% if site.analytics %}{% include analytics.html %}{% endif %}
{% include scripts.html %}
</body>

</html>
13 changes: 13 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
---


<div class="reveal">
<div class="slides">

{{content}}

</div>
</div>

119 changes: 119 additions & 0 deletions _sass/_homepage.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
html{
overflow-x: hidden;
}

body{
margin:0;
padding:0;
width: 100%;
}

.pack {
width: 80%;
margin: 0 auto;
text-align: center;

@media screen and (max-width: $on-palm) {
width: 95%;
}
}

.card {
/* background-color: #05a; */
border: none;
margin: 5px;
width: 250px;
height: 200px;
padding: 20px;
box-shadow: 0px 0px 5px #9a9a9a;
display: inline-block;
-webkit-transition-duration: 0.3s; /* Safari */
transition-duration: 0.3s;
/* display: inline-flex;
flex-wrap: wrap; */
}

.card:hover{
box-shadow: 0px 0px 10px #333;
}

.card-number {
font-weight: 700;
font-size: 6em;
color: #fff;
text-align: center;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
0 10px 10px rgba(0,0,0,.2),
0 20px 20px rgba(0,0,0,.15);

}



.card-title{
font-weight: 700;
font-size: 2em;
font-family: sans-serif;
color: #fff;
text-align: center;
word-wrap: break-word;
text-shadow: 0px 1px 0px #ddd, 0px 2px 0px #ddd, 0px 3px 0px #aaa, 0 10px 10px rgba(0,0,0,.15);

}



.link {
text-decoration: none;
}

.brand {
position: relative;
left: 10%;
top: 10%;
padding: 10px;
margin: 10px;
@media screen and (max-width: $on-palm) {
position: static;
padding: 0;
}
}

.logo{
@media screen and (max-width: $on-palm) {
width: 33px;
}
}

.headline {
display: inline;
font-family: sans-serif;
color: #444;
font-weight: 400;
font-size: 63px;
margin-left: 10px;
@media screen and (max-width: $on-palm) {
font-size: 33px;
}

}

a {
text-decoration: none;
}

.head-text{
font-size: 20px;
font-family: sans-serif;
color: #6d6d6d;
text-shadow: 0px 0px 0.1px;
}
2 changes: 2 additions & 0 deletions aboutme.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<html lang="en">
Loading

0 comments on commit 35677ab

Please sign in to comment.