From 9e33067651cdee5d936b821a5e1b26f4c810aeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20=C4=B0sa=20Nalbant?= <66299502+Afacanc38@users.noreply.github.com> Date: Sat, 5 Mar 2022 10:41:09 +0300 Subject: [PATCH] delete --- .gitignore | 6 -- CODE_OF_CONDUCT.md | 128 ----------------------- CONTRIBUTING.md | 3 - Gemfile | 6 -- LICENSE.txt | 21 ---- README.md | 45 -------- _layouts/home.html | 29 ------ _layouts/page.html | 22 ---- _layouts/post.html | 18 ---- _posts/2021-10-29-hebele.md | 26 ----- _posts/2021-10-29-hosgeldiniz.md | 25 ----- alperen.gemspec | 16 --- assets/style.css | 172 ------------------------------- index.md | 13 --- 14 files changed, 530 deletions(-) delete mode 100644 .gitignore delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md delete mode 100644 Gemfile delete mode 100644 LICENSE.txt delete mode 100644 README.md delete mode 100644 _layouts/home.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 _posts/2021-10-29-hebele.md delete mode 100644 _posts/2021-10-29-hosgeldiniz.md delete mode 100644 alperen.gemspec delete mode 100644 assets/style.css delete mode 100644 index.md diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0251f87..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.gem -.bundle -.jekyll-cache -.sass-cache -_site -Gemfile.lock diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 05b5337..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,128 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -We as members, contributors, and leaders pledge to make participation in our -community a harassment-free experience for everyone, regardless of age, body -size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, -nationality, personal appearance, race, religion, or sexual identity -and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, -diverse, inclusive, and healthy community. - -## Our Standards - -Examples of behavior that contributes to a positive environment for our -community include: - -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Enforcement Responsibilities - -Community leaders are responsible for clarifying and enforcing our standards of -acceptable behavior and will take appropriate and fair corrective action in -response to any behavior that they deem inappropriate, threatening, offensive, -or harmful. - -Community leaders have the right and responsibility to remove, edit, or reject -comments, commits, code, wiki edits, issues, and other contributions that are -not aligned to this Code of Conduct, and will communicate reasons for moderation -decisions when appropriate. - -## Scope - -This Code of Conduct applies within all community spaces, and also applies when -an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, -posting via an official social media account, or acting as an appointed -representative at an online or offline event. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -afacanc38@vuhuv.com. -All complaints will be reviewed and investigated promptly and fairly. - -All community leaders are obligated to respect the privacy and security of the -reporter of any incident. - -## Enforcement Guidelines - -Community leaders will follow these Community Impact Guidelines in determining -the consequences for any action they deem in violation of this Code of Conduct: - -### 1. Correction - -**Community Impact**: Use of inappropriate language or other behavior deemed -unprofessional or unwelcome in the community. - -**Consequence**: A private, written warning from community leaders, providing -clarity around the nature of the violation and an explanation of why the -behavior was inappropriate. A public apology may be requested. - -### 2. Warning - -**Community Impact**: A violation through a single incident or series -of actions. - -**Consequence**: A warning with consequences for continued behavior. No -interaction with the people involved, including unsolicited interaction with -those enforcing the Code of Conduct, for a specified period of time. This -includes avoiding interactions in community spaces as well as external channels -like social media. Violating these terms may lead to a temporary or -permanent ban. - -### 3. Temporary Ban - -**Community Impact**: A serious violation of community standards, including -sustained inappropriate behavior. - -**Consequence**: A temporary ban from any sort of interaction or public -communication with the community for a specified period of time. No public or -private interaction with the people involved, including unsolicited interaction -with those enforcing the Code of Conduct, is allowed during this period. -Violating these terms may lead to a permanent ban. - -### 4. Permanent Ban - -**Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an -individual, or aggression toward or disparagement of classes of individuals. - -**Consequence**: A permanent ban from any sort of public interaction within -the community. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. - -Community Impact Guidelines were inspired by [Mozilla's code of conduct -enforcement ladder](https://github.com/mozilla/diversity). - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 06d7f92..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributing - -Bug reports and pull requests are welcome on GitHub at https://github.com/Afacanc38/afacanc38.github.io. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://github.com/Afacanc38/afacanc38.github.io/blob/main/CODE_OF_CONDUCT.md) code of conduct. diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 6d6e532..0000000 --- a/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -# frozen_string_literal: true - -source "https://rubygems.org" -gemspec - -gem "webrick", "~> 1.7" diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 1df87a0..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2021 afacanc38 - -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. diff --git a/README.md b/README.md deleted file mode 100644 index 2137dee..0000000 --- a/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# alperen - -You'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`. - -To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site! - -## Installation - -Add this line to your Jekyll site's `Gemfile`: - -```ruby -gem "alperen" -``` - -And add this line to your Jekyll site's `_config.yml`: - -```yaml -theme: alperen -``` - -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install alperen - -## Contributing - -Bug reports and pull requests are welcome on GitHub at https://github.com/Afacanc38/afacanc38.github.io. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://github.com/Afacanc38/afacanc38.github.io/blob/main/CODE_OF_CONDUCT.md) code of conduct. - -## Development - -To set up your environment to develop this theme, run `bundle install`. - -Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. - -When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. -To add a custom directory to your theme-gem, please edit the regexp in `alperen.gemspec` accordingly. - -## License - -The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). - diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 98b7c25..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: page ---- - - - - - - - {{ page.title }} | Alperen'in web sitesi - - - - {{ content }} -

Son yazılar

- - -

Başka içerik yok.

- - \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 5776f3b..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - {{ page.title }} | Alperen İsa Nalbant - - - - -
-
-

Alperen'in Web Sitesi

-
- {{ content }} -
- - - \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 924537c..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page ---- - - - - - - - - {{ page.title }} | Alperen İsa Nalbant - - - -

{{ page.title }}

- {{ content }} - - \ No newline at end of file diff --git a/_posts/2021-10-29-hebele.md b/_posts/2021-10-29-hebele.md deleted file mode 100644 index dbd515d..0000000 --- a/_posts/2021-10-29-hebele.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: post -author: afacanc38 -title: Deneme yazı ---- - - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec eros at risus gravida tempus. Sed vulputate ante in pharetra fermentum. Maecenas dictum odio in ipsum rutrum, non pretium justo lacinia. Suspendisse suscipit lacus in velit interdum bibendum. Etiam semper cursus nulla, quis interdum erat convallis non. Aliquam eget felis ac nisl malesuada laoreet porttitor a mauris. Curabitur iaculis placerat ipsum ut vestibulum. Phasellus leo eros, interdum convallis dictum vitae, suscipit eget lectus. Donec luctus justo ut tincidunt porttitor. Quisque sem erat, euismod eget tempus at, scelerisque sed risus. In egestas dapibus pretium. - -Praesent non dui quam. Suspendisse luctus magna quis dui scelerisque hendrerit. Nullam nulla sem, placerat id porttitor ut, egestas nec magna. Curabitur et tortor in quam tristique semper eget vitae sem. Vestibulum in tellus id dui porta cursus vel nec lacus. Sed ac lectus quis tellus porta rhoncus. Ut feugiat consequat sapien, convallis molestie ante congue eu. Sed ultricies aliquet faucibus. Morbi mattis tincidunt consequat. Cras metus augue, blandit eget eros non, vehicula tristique lacus. - -Vivamus vel cursus dui. Sed malesuada faucibus ligula id sodales. Mauris aliquet ante eu consectetur posuere. Nullam et dolor faucibus, scelerisque neque non, condimentum ex. Quisque mauris libero, interdum eu nunc ac, lobortis pretium dui. Mauris lacinia libero non sapien placerat tempor. Suspendisse id sapien in ex viverra pellentesque. Morbi magna dolor, porttitor vitae faucibus at, auctor sed odio. Maecenas maximus ornare sapien, in vehicula diam. Aenean id sem hendrerit, faucibus orci at, hendrerit magna. - -Morbi et maximus enim, ut cursus nibh. Nulla a sapien a ante faucibus fermentum. Vestibulum purus purus, sollicitudin et nulla quis, vehicula ornare ex. Pellentesque lectus erat, finibus sit amet condimentum quis, luctus ut mauris. Nunc sagittis, magna vel elementum eleifend, lacus dui luctus diam, vitae feugiat ligula ante sed quam. Mauris congue dolor tortor, sed feugiat augue facilisis non. Fusce in dignissim sem, et ultricies velit. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer tempor sollicitudin enim, ut auctor nisi varius eu. Vestibulum efficitur risus augue, a lacinia est bibendum aliquam. - -Maecenas et ex sem. Vestibulum porta egestas mi eget ornare. Nunc ex nisl, eleifend eget congue non, faucibus a dui. Praesent venenatis libero in pulvinar convallis. Maecenas est urna, lacinia in tincidunt eget, porttitor sed purus. Aliquam fringilla interdum viverra. Vestibulum imperdiet posuere turpis, et pretium erat vulputate et. Ut tincidunt vitae tellus sed dapibus. Fusce odio lectus, tincidunt quis efficitur id, lacinia efficitur sem. - -Integer massa tortor, mattis vel vehicula non, interdum sed tortor. Cras dignissim ex nec malesuada convallis. Nulla mauris lorem, commodo a tempor vel, malesuada sed enim. Suspendisse mollis condimentum mi, mollis condimentum sem. Cras rhoncus placerat lacus, lobortis placerat erat blandit non. Nullam quis ipsum non orci pellentesque mattis. Nunc placerat a ante imperdiet placerat. Ut suscipit, nisl at tincidunt aliquam, ante quam interdum erat, hendrerit sodales arcu magna non sem. Proin suscipit, massa at bibendum ultrices, ex elit scelerisque libero, vel sodales tellus mi eget ante. Vivamus nibh quam, faucibus non ultricies eget, tristique ut felis. In commodo ligula enim, non suscipit mi consectetur sed. Donec fermentum urna eget ipsum ultrices finibus et id lorem. - -Nam ante orci, lobortis id urna at, suscipit sodales ante. Morbi eget suscipit eros. Mauris et augue orci. Duis iaculis dui in tortor pulvinar, quis hendrerit turpis tempus. Vivamus eget erat a metus semper imperdiet. Aenean est justo, ullamcorper et ipsum at, porta laoreet sem. Quisque molestie sit amet dolor vitae dapibus. Integer fermentum turpis ac erat vulputate, in porttitor diam hendrerit. Aliquam purus odio, semper sit amet pharetra lobortis, pellentesque id quam. - -Nam vel quam vehicula nulla varius porttitor in et justo. Fusce ultricies blandit finibus. Suspendisse condimentum elit eu orci blandit, sed bibendum lorem imperdiet. Fusce sodales mauris vitae nisi vulputate, nec pellentesque turpis luctus. Maecenas ornare congue velit, egestas mollis mi imperdiet at. Aliquam porta molestie turpis a ultrices. Proin eu est non lectus molestie luctus sit amet sed nisi. Nunc fringilla velit non eleifend tincidunt. Curabitur vestibulum venenatis nulla, at pharetra nunc finibus et. Nullam vestibulum tristique feugiat. Etiam sed orci eget orci viverra mattis. Nam non dictum sem. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mollis felis eget lorem mattis, eu aliquam urna bibendum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras et dignissim velit. Aliquam vitae suscipit elit. Quisque vitae turpis vitae urna dictum dapibus sed at felis. Praesent id justo vehicula, egestas felis sed, lobortis nisl. - -Nam placerat elit ut quam tempor, sit amet semper ex hendrerit. Cras leo augue, consectetur et laoreet vel, pharetra et ligula. In et semper augue, nec rhoncus nunc. Sed cursus elit at dolor fringilla, laoreet condimentum turpis rhoncus. Phasellus molestie tortor sit amet tristique dignissim. Sed ex risus, viverra id dignissim nec, efficitur ac libero. Integer accumsan imperdiet dictum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec vestibulum nisi eget nibh iaculis consectetur. Nullam dictum et arcu eget auctor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Phasellus nulla nunc, tempor convallis felis et, molestie sollicitudin orci. Praesent vitae nisl non tortor vulputate porta. In quis tincidunt tortor, sed ultrices diam. \ No newline at end of file diff --git a/_posts/2021-10-29-hosgeldiniz.md b/_posts/2021-10-29-hosgeldiniz.md deleted file mode 100644 index c5f43df..0000000 --- a/_posts/2021-10-29-hosgeldiniz.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: post -author: afacanc38 -title: Merhaba! ---- -Merhaba! Artık "makelelerim" kısmını kullanıma açtık. Güzel oldu doğrusu. Saatlerdir uğraşdığıma deydi. Siz ne düşünüyorsunuz? - -``` -Kod -``` -> Alıntı sadadas `satıriçi kod` asdsdadasdas - -# hebele -## hebele -### hebele -#### hebele -##### hebele -###### hebele -* Liste -* Liste -* Liste - -1. Liste -2. Liste -3. Liste \ No newline at end of file diff --git a/alperen.gemspec b/alperen.gemspec deleted file mode 100644 index 3e252ed..0000000 --- a/alperen.gemspec +++ /dev/null @@ -1,16 +0,0 @@ -# frozen_string_literal: true - -Gem::Specification.new do |spec| - spec.name = "alperen" - spec.version = "0.1.0" - spec.authors = ["afacanc38"] - spec.email = ["afacanc38@vuhuv.com"] - - spec.summary = "." - spec.homepage = "" - spec.license = "MIT" - - spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) } - - spec.add_runtime_dependency "jekyll", "~> 4.2" -end diff --git a/assets/style.css b/assets/style.css deleted file mode 100644 index d9f47f1..0000000 --- a/assets/style.css +++ /dev/null @@ -1,172 +0,0 @@ -* { - margin: 0; - margin-bottom: 20px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ; -} -:root { - --rounded-corner: 12px; - --gnomeblue: #1c71d8; - --blue1: rgb(153,193,241); - --blue2: rgb(98,160,234); - --blue3: rgb(53,132,228); - --blue4: rgb(28,113,216); - --blue5: rgb(26,95,180); - --green1: rgb(143,240,164); - --green2: rgb(87,227,137); - --green3: rgb(51,209,122); - --green4: rgb(46,194,126); - --green5: rgb(38,162,105); - --yellow1: rgb(249,240,107); - --yellow2: rgb(248,228,92); - --yellow3: rgb(246,211,45); - --yellow4: rgb(245,194,17); - --yellow5: rgb(229,165,10); - --orange1: rgb(255,190,111); - --orange2: rgb(255,163,72); - --orange3: rgb(255,120,0); - --orange4: rgb(230,97,0); - --orange5: rgb(198,70,0); - --red1: rgb(246,97,81); - --red2: rgb(237,51,59); - --red3: rgb(224,27,36); - --red4: rgb(192,28,40); - --red5: rgb(165,29,45); - --purple1: rgb(220,138,221); - --purple2: rgb(192,97,203); - --purple3: rgb(145,65,172); - --purple4: rgb(129,61,156); - --purple5: rgb(97,53,131); - --brown1: rgb(205,171,143); - --brown2: rgb(181,131,90); - --brown3: rgb(152,106,68); - --brown4: rgb(134,94,60); - --brown5: rgb(99,69,44); - --light1: rgb(255,255,255); - --light2: rgb(246,245,244); - --light3: rgb(222,221,218); - --light4: rgb(192,191,188); - --light5: rgb(154,153,150); - --dark1: rgb(119,118,123); - --dark2: rgb(94,92,100); - --dark3: rgb(61,56,70); - --dark4: rgb(36,31,49); - --dark5: rgb(0,0,0); - --text: #f6f5f4; - } - -body { - background: var(--dark3); - color: var(--text); -} - -#page-wrapper { - display: flex; - min-height: 100%; - align-content: center; - padding-left: 300px; - padding-right: 300px; - flex-direction: column; - margin: 50px; -} - -.posts li { - background: var(--dark2); - padding: 20px; - border-radius: var(--rounded-corner); - list-style-type : none; - transition: 200ms ease-in-out; - border: 0px solid transparent; - margin: 0; -} - -.posts { - padding: 0; -} - -.posts * { - margin: 0; - margin-bottom: 10px; -} - -.posts li { - margin: 20px 0; -} - -.posts li h2, .posts a { - margin-bottom: 10px; - color: var(--text); - text-decoration: none; -} - -.posts li:hover { - transform: scale(1.05); - margin-bottom: 20px; - border: 5px solid var(--gnomeblue); -} - -.headerbar { - display: flex; - flex-direction: row; -} - -.headerbar * { - margin-right: 10px; -} - -.headerbar a { - color: var(--text); -} - -.yok { - color: var(--light5); -} - -@media (max-width: 1000px) { - * { - margin: 2px !important; - padding: 5px !important; - } - - .headerbar { - align-items: center; - } -} - -.highlight { - background: var(--dark4); - border-radius: 10px; - font-family: monospace; -} - -.highlighter-rouge { - background: var(--dark4); - border-radius: 10px; - font-family: "Iosevka Term", monospace; -} - -.highlight * { - font-family: "Iosevka Term", monospace; - padding: 10px; - font-size: 15px; -} - -.highlighter-rouge { - padding: 3px; -} - -blockquote { - background: var(--dark2); - border-left: 3px solid var(--light5); - padding: 10px; - border-radius: 10px; -} - -blockquote p { - margin: 0; - padding: 0; -} - -a { - color: var(--blue1); - text-decoration: none; -} \ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100644 index 6cc9dfb..0000000 --- a/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: home -title: Ana Sayfa ---- -## Hakkımda -Ben bir Fedora kullanıcısıyım. Bilgisayar ile uğraşmaya bayılıyorum. Yaptığım ufak tefek projelerim var. Bu web sitesi de onlardan biri. Çok fazla olmasa da GTK, Python, HTML ve Bash Script bilgim var. Boş zamanlarımda bunları öğrenmeye çalışıyorum. Projelerimi depoladığım bir GitHub sayfam bulunmakta. Öğrenmeyi eğitim serilerini izleyerek değil, kendimiz keşfetmemizin daha akılda kalıcı olduğuna inanıyorum. -Yaptığım ve üzerinde çalıştığım projeler bunlar: - -Daha fazlasını görmek için GitHub profilime bakabilirsiniz.