diff --git a/_config.yml b/_config.yml index 3d9f2c8..361c763 100644 --- a/_config.yml +++ b/_config.yml @@ -1,44 +1,27 @@ # Site settings -title: Swift -description: A clean minimal Theme for Jekyll + +title: Destructive Voice +description: a CTF team from Ural Federal University, Yekaterinburg email: pranav@maangalabs.com baseurl: /dvteam.org -#url: "http://localhost:4000" # the base hostname & protocol for your site -#favicon favicon: /favicon.png -#feed -feedburner_username: maangalabs -#twitter -twitter_username: pranavrajs -github_username: pranavrajs +permalink: /:categories/:title -#linkedin -linkedin_username: pranavrajs +twitter_username: pranavrajs -#google analytics -google_analytics_id : UA-53386152-2 -#gplus -gplus_username: 101893920934936418705 +# google analytics +# google_analytics_id : UA-53386152-2 -#fb_username -fb_username: pranav.tayberrycreative +# disqus_short_name: maangalabscom +# disqus_show_comment_count: true -#permalink /blog/2014/11/11/this-is-a-sample-post -permalink: /blog/:year/:month/:day/:title # Build settings -markdown: kramdown -#Disqus configuration -disqus_short_name: maangalabscom -disqus_show_comment_count: true +markdown: kramdown -#Can be used for multiple author blogs ! Add name to post For more visit the sample authors: - pranavrajs: - display_name: Pranav Raj S - email: pranavrajs@gmail.com - fb: pranav.tayberrycreative - linkedin: pranavrajs - twitter: pranavrajs - github: pranavrajs + hx: + display_name: Alexander Borzunov + email: borzunov.alexander@gmail.com + github: borzunov diff --git a/_includes/author_block.html b/_includes/author_block.html index 1927dcb..de2dd8c 100644 --- a/_includes/author_block.html +++ b/_includes/author_block.html @@ -1,39 +1,69 @@ {% assign author = site.authors[page.author] %} {% if author %} -
+
+
Author: {{ author.display_name }}
+ +
+ +{% endif %} +{% if site.disqus_short_name and page.comments != false %}
- {% endif %} - - -
diff --git a/_includes/header.html b/_includes/header.html index 565c502..9f9a7aa 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,12 +9,13 @@
- \ No newline at end of file + diff --git a/_posts/2014-09-09-example.markdown b/_posts/2014-09-09-example.markdown index 5a7c4b4..e39c2de 100644 --- a/_posts/2014-09-09-example.markdown +++ b/_posts/2014-09-09-example.markdown @@ -2,15 +2,12 @@ layout: post title: "Example" date: 2014-09-09 22:37:00 +05:30 -categories: example -author: pranavrajs -github_repo_username: pranavrajs -github_repo : swift +categories: writeups volgactf 2015 +author: hx comments: true --- -This is a sample post to denote the features of Swift theme . The theme consists of various share plugins , feedburner support , sitemap generation etc. You can configure the blog in similar way you use a word press blog - +This is a sample post to denote the features of Swift theme. The theme consists of various share plugins, feedburner support, sitemap generation etc. You can configure the blog in similar way you use a WordPress blog. **Basic** @@ -23,17 +20,15 @@ Neque porro *quisquam* est, qui **dolorem** ipsum, quia ***dolor*** sit, amet, [ 1. dolor 2. sit - **Blockquote** > They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety. -> +> > _Benjamin Franklin_ **Code** {% highlight c %} - static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocator* requestAlloc) { struct Admin* admin = Identity_check((struct Admin*) vAdmin); @@ -41,9 +36,8 @@ static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocato Dict d = Dict_CONST(String_CONST("asyncEnabled"), Int_OBJ(enabled), NULL); Admin_sendMessage(&d, txid, admin); } - {% endhighlight %} -**Image** + -![ThisIsADemoPhoto](http://media.vector4free.com/normal/flat-banner-vectors.jpg) + diff --git a/_sass/_base.scss b/_sass/_base.scss index 8d749fe..dcc2c7d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -1129,14 +1129,14 @@ input, button, select, textarea { } a { - color: #008cba; + color: #1abc9c; text-decoration: none; &:hover { - color: #00526e; + color: #1caa95; text-decoration: underline; } &:focus { - color: #00526e; + color: #1caa95; text-decoration: underline; outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; @@ -1351,11 +1351,11 @@ mark, .mark { } .text-primary { - color: #008cba; + color: #1abc9c; } a.text-primary:hover { - color: #006687; + color: #1caa95; } .text-success { @@ -1392,11 +1392,11 @@ a.text-danger:hover { .bg-primary { color: #fff; - background-color: #008cba; + background-color: #1abc9c; } a.bg-primary:hover { - background-color: #006687; + background-color: #1caa95; } .bg-success { @@ -3130,19 +3130,19 @@ fieldset[disabled] .btn-default.active { .btn-primary { color: #ffffff; - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; &:hover, &:focus, &:active, &.active { color: #ffffff; - background-color: #006687; - border-color: #004b63; + background-color: #1caa95; + border-color: #0c9a85; } } .open > .dropdown-toggle.btn-primary { color: #ffffff; - background-color: #006687; - border-color: #004b63; + background-color: #1caa95; + border-color: #0c9a85; } .btn-primary { @@ -3157,66 +3157,66 @@ fieldset[disabled] .btn-default.active { .btn-primary { &.disabled, &[disabled] { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } } fieldset[disabled] .btn-primary { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } .btn-primary { &.disabled:hover, &[disabled]:hover { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } } fieldset[disabled] .btn-primary:hover { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } .btn-primary { &.disabled:focus, &[disabled]:focus { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } } fieldset[disabled] .btn-primary:focus { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } .btn-primary { &.disabled:active, &[disabled]:active { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } } fieldset[disabled] .btn-primary:active { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } .btn-primary { &.disabled.active, &[disabled].active { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } } fieldset[disabled] .btn-primary.active { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; } .btn-primary .badge { - color: #008cba; + color: #1abc9c; background-color: #ffffff; } @@ -3589,7 +3589,7 @@ fieldset[disabled] .btn-danger.active { } .btn-link { - color: #008cba; + color: #1abc9c; font-weight: normal; cursor: pointer; border-radius: 0; @@ -3615,7 +3615,7 @@ fieldset[disabled] .btn-link { border-color: transparent; } &:hover, &:focus { - color: #00526e; + color: #1caa95; text-decoration: underline; background-color: transparent; } @@ -3767,12 +3767,12 @@ tbody.collapse.in { color: #ffffff; text-decoration: none; outline: 0; - background-color: #008cba; + background-color: #1abc9c; &:hover, &:focus { color: #ffffff; text-decoration: none; outline: 0; - background-color: #008cba; + background-color: #1abc9c; } } .disabled > a { @@ -4294,10 +4294,10 @@ select[multiple].input-group-sm > { } .open > a { background-color: #eeeeee; - border-color: #008cba; + border-color: #1abc9c; &:hover, &:focus { background-color: #eeeeee; - border-color: #008cba; + border-color: #1abc9c; } } .nav-divider { @@ -4404,10 +4404,10 @@ select[multiple].input-group-sm > { } &.active > a { color: #ffffff; - background-color: #008cba; + background-color: #1abc9c; &:hover, &:focus { color: #ffffff; - background-color: #008cba; + background-color: #1abc9c; } } } @@ -4937,8 +4937,8 @@ fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[di } .navbar-inverse { - background-color: #008cba; - border-color: #006687; + background-color: #1abc9c; + border-color: #15b797; .navbar-brand { color: #ffffff; &:hover, &:focus { @@ -4954,15 +4954,15 @@ fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[di color: #ffffff; &:hover, &:focus { color: #ffffff; - background-color: #006687; + background-color: #1caa95; } } .active > a { color: #ffffff; - background-color: #006687; + background-color: #1caa95; &:hover, &:focus { color: #ffffff; - background-color: #006687; + background-color: #1caa95; } } .disabled > a { @@ -4987,10 +4987,10 @@ fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[di border-color: #007196; } .navbar-nav > .open > a { - background-color: #006687; + background-color: #1caa95; color: #ffffff; &:hover, &:focus { - background-color: #006687; + background-color: #1caa95; color: #ffffff; } } @@ -5014,25 +5014,25 @@ fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[di @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu { > .dropdown-header { - border-color: #006687; + border-color: #15b797; } .divider { - background-color: #006687; + background-color: #1caa95; } > { li > a { color: #ffffff; &:hover, &:focus { color: #ffffff; - background-color: #006687; + background-color: #1caa95; } } .active > a { color: #ffffff; - background-color: #006687; + background-color: #1caa95; &:hover, &:focus { color: #ffffff; - background-color: #006687; + background-color: #1caa95; } } .disabled > a { @@ -5087,7 +5087,7 @@ fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[di padding: 6px 12px; line-height: 1.42857143; text-decoration: none; - color: #008cba; + color: #1abc9c; background-color: transparent; border: 1px solid transparent; margin-left: -1px; @@ -5108,7 +5108,7 @@ fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[di } > { a:hover, span:hover, a:focus, span:focus { - color: #00526e; + color: #1caa95; background-color: #eeeeee; border-color: transparent; } @@ -5118,7 +5118,7 @@ fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[di a, span, a:hover, span:hover, a:focus, span:focus { z-index: 2; color: #ffffff; - background-color: #008cba; + background-color: #1abc9c; border-color: transparent; cursor: default; } @@ -5286,10 +5286,10 @@ a.label { } .label-primary { - background-color: #008cba; + background-color: #1abc9c; &[href] { &:hover, &:focus { - background-color: #006687; + background-color: #1caa95; } } } @@ -5367,14 +5367,14 @@ a { } } &.list-group-item.active > .badge { - color: #008cba; + color: #1abc9c; background-color: #ffffff; } } .nav-pills > { .active > a > .badge { - color: #008cba; + color: #1abc9c; background-color: #ffffff; } li > a > .badge { @@ -5443,7 +5443,7 @@ a { a.thumbnail { &:hover, &:focus, &.active { - border-color: #008cba; + border-color: #1abc9c; } } @@ -5571,7 +5571,7 @@ a.thumbnail { line-height: 21px; color: #ffffff; text-align: center; - background-color: #008cba; + background-color: #1abc9c; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; @@ -5746,13 +5746,13 @@ a.list-group-item { &.active { z-index: 2; color: #ffffff; - background-color: #008cba; - border-color: #008cba; + background-color: #1abc9c; + border-color: #1abc9c; &:hover, &:focus { z-index: 2; color: #ffffff; - background-color: #008cba; - border-color: #008cba; + background-color: #1abc9c; + border-color: #1abc9c; } .list-group-item-heading, &:hover .list-group-item-heading, &:focus .list-group-item-heading, .list-group-item-heading > small, &:hover .list-group-item-heading > small, &:focus .list-group-item-heading > small, .list-group-item-heading > .small, &:hover .list-group-item-heading > .small, &:focus .list-group-item-heading > .small { color: inherit; @@ -6040,22 +6040,22 @@ a.list-group-item-danger { } .panel-primary { - border-color: #008cba; + border-color: #1abc9c; > { .panel-heading { color: #ffffff; - background-color: #008cba; - border-color: #008cba; + background-color: #1abc9c; + border-color: #1abc9c; + .panel-collapse > .panel-body { - border-top-color: #008cba; + border-top-color: #1abc9c; } .badge { - color: #008cba; + color: #1abc9c; background-color: #ffffff; } } .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #008cba; + border-bottom-color: #1abc9c; } } } @@ -7187,7 +7187,7 @@ button.close { } .navbar-inverse .dropdown-menu { - background-color: #008cba; + background-color: #1abc9c; > { li > a { color: #ffffff; @@ -7195,13 +7195,13 @@ button.close { color: #ffffff; } &:hover { - background-color: #006687; + background-color: #1caa95; } } .active > a { - background-color: #006687; + background-color: #1caa95; &:hover { - background-color: #006687; + background-color: #1caa95; } } } @@ -7248,8 +7248,8 @@ button.close { } } &.btn-primary ~ .dropdown-menu { - background-color: #008cba; - border-color: #0079a1; + background-color: #1abc9c; + border-color: #15b797; > li > a { color: #ffffff; &:hover { @@ -7485,4 +7485,4 @@ label, .control-label, .help-block, .checkbox, .radio { .panel-default .close, .modal .close { color: #222222; -} \ No newline at end of file +} diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 7074e6e..9b31c02 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -1,13 +1,13 @@ .blog-theme-class { margin-top:0.3%; padding:3%; - background:#008cba; + background:#1abc9c; .jumb-bot { - background:#008cba; - + background:#1abc9c; + } .jumbotron{ - background:#008cba; + background:#1abc9c; h1 { color :#fff; } @@ -15,9 +15,14 @@ color:#fff; } } + .jumbotron-logo { + float: left; + margin: 20px 60px 20px -40px; + width: 200px; + } } .blog-post-small { - border-bottom: #008CBA 1px dashed; + // border-bottom: #1abc9c 1px dashed; text-align: justify; padding: 10px; p { @@ -25,6 +30,14 @@ } } +.blog-post-header { + margin-bottom: 15px; +} + +.post-header { + margin: 0 0 25px 10px; +} + .navbar { margin-bottom: 0px; } @@ -35,7 +48,7 @@ .jumb-bot-jumbu { margin: 0px; padding-top: 15px; - padding-bottom: 20px; + padding-bottom: 10px; background: #eee; p { padding-top: 13px; @@ -54,6 +67,7 @@ margin-top: 10px; } .author_block{ + float: right; padding:2%; p{ line-height: 44px; @@ -61,7 +75,7 @@ } ul{ display: block; - float:left; + float: right; li{ float:left; display:block; @@ -161,4 +175,8 @@ .left-syms li a span { display: block; } -} \ No newline at end of file +} + +.fa-like-image { + margin-top: -3px; +} diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss index 9511957..3cb4f2c 100644 --- a/_sass/_syntax-highlighting.scss +++ b/_sass/_syntax-highlighting.scss @@ -112,4 +112,4 @@ li { } } -/* Alternate shading for lines */ \ No newline at end of file +/* Alternate shading for lines */ diff --git a/about.md b/about.md new file mode 100644 index 0000000..3a2bd75 --- /dev/null +++ b/about.md @@ -0,0 +1,11 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +**Destructive Voice** is a team of students who are interested in [CTF](https://en.wikipedia.org/wiki/Capture_the_flag#Computer_security) and other computer competitions. + +Most of the team members now study at Ural Federal University located in Yekaterinburg, Russia. + +Our profile on [CTFTime](https://ctftime.org/team/7527) contains history of our team's participation in different contests. diff --git a/contribute.md b/contribute.md deleted file mode 100644 index e4f8503..0000000 --- a/contribute.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -title: Contribute -permalink: /contribute/ ---- - - -NB: Page is under construction and i'll be adding more details soon. \ No newline at end of file diff --git a/donate.md b/donate.md deleted file mode 100644 index a7c8387..0000000 --- a/donate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -title: Donate -permalink: /donate/ ---- - - -Page is under construction and i'll be adding more details soon. diff --git a/images/ctftime_icon.png b/images/ctftime_icon.png new file mode 100644 index 0000000..307756e Binary files /dev/null and b/images/ctftime_icon.png differ diff --git a/images/dvteam_black.png b/images/dvteam_black.png new file mode 100644 index 0000000..e114078 Binary files /dev/null and b/images/dvteam_black.png differ diff --git a/images/swift.png b/images/swift.png deleted file mode 100644 index 496b07d..0000000 Binary files a/images/swift.png and /dev/null differ diff --git a/index.html b/index.html index 8a729ae..77b7376 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,19 @@
{% for post in site.posts %} -

{{ post.title }}

-

 {{ post.date | date: "%b %-d, %Y" }} | {% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %} - Comments - {% endif %}

+
+

{{ post.title }}

+

 {{ post.date | date: "%b %-d, %Y" }} + {% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %} + | Comments + {% endif %} +

+
+ {% if post.content contains '' %}

{{ post.content | split:'' | first }}

- Read More + Read More

{% else %} {{ post.content }} @@ -26,29 +31,5 @@

{{ post.title }}

- -
- {% if site.feedburner_username %} -
-
- -
-
- - - - - - -
-

- -
- -
- {% endif %} -
-
-