Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 72 additions & 72 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Developer Anaz (DevAnaZ) - Portfolio</title>
<meta name="description" content="Developer Anaz (DevAnaZ) portfolio showcasing projects, documentation, GitHub work, and development skills.">
<meta name="keywords" content="Developer Anaz, DevAnaZ, portfolio, web developer, GitHub, projects, coding">
<meta name="author" content="Developer Anaz">

<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="jOtmtZ4JnWDhiRAAMJGOzYWF_FlTcJw2jBuxYLrOUUY" />

<!-- Monetag -->
<meta name="monetag" content="f607f195ef944959b12ef61fe42d4dad">

<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="menu-icon" onclick="toggleMenu()">&#9776;</div>
<ul id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#docs">Docs</a></li>
<li><a href="#github">GitHub</a></li>
<li><a href="#about">About</a></li>
<li><a href="#sitemap">Sitemap</a></li>
<li><a href="#policy">Policy</a></li>
</ul>
</nav>
</header>

<main>
<section id="home">
<h1>Welcome to Developer Anaz's Portfolio</h1>
<p>Your source for all things coding, development, and tech.</p>
</section>

<section id="docs">
<h2>Documentation</h2>
<p>Find all the necessary documents and guides here.</p>
</section>

<section id="github">
<h2>GitHub</h2>
<p>Check out my projects on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
</section>

<section id="about">
<h2>About Me</h2>
<p>My name is Anaz, and I'm a passionate developer focused on creating efficient and scalable solutions. With experience in web development, I specialize in both front-end and back-end technologies. Explore my work on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a> and connect with me to learn more.</p>
</section>

<section id="sitemap">
<h2>Sitemap</h2>
<p>Navigate through the site using the links above.</p>
</section>

<section id="policy">
<h2>Policy</h2>
<p>Read through the site policies to understand how this portfolio operates.</p>
</section>
</main>

<footer>
<p>Developer Anaz &copy; 2014-2026</p>
</footer>

<script src="script.js"></script>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer Anaz (DevAnaZ) - Portfolio</title>
<meta name="description" content="Developer Anaz (DevAnaZ) portfolio showcasing projects, documentation, GitHub work, and development skills.">
<meta name="keywords" content="Developer Anaz, DevAnaZ, portfolio, web developer, GitHub, projects, coding">
<meta name="author" content="Developer Anaz">
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="jOtmtZ4JnWDhiRAAMJGOzYWF_FlTcJw2jBuxYLrOUUY" />
<!-- Monetag -->
<meta name="monetag" content="f607f195ef944959b12ef61fe42d4dad">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="menu-icon" onclick="toggleMenu()">&#9776;</div>
<ul id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#docs">Docs</a></li>
<li><a href="#github">GitHub</a></li>
<li><a href="#about">About</a></li>
<li><a href="#sitemap">Sitemap</a></li>
<li><a href="#policy">Policy</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h1>Welcome to Developer Anaz's Portfolio</h1>
<p>Your source for all things coding, development, and tech.</p>
</section>
<section id="docs">
<h2>Documentation</h2>
<p>Find all the necessary documents and guides here.</p>
</section>
<section id="github">
<h2>GitHub</h2>
<p>Check out my projects on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
</section>
<section id="about">
<h2>About Me</h2>
<p>My name is Anaz, and I'm a passionate developer focused on creating efficient and scalable solutions. With experience in web development, I specialize in both front-end and back-end technologies. Explore my work on <a href="https://github.com/developeranaz" target="_blank" rel="noopener noreferrer">GitHub</a> and connect with me to learn more.</p>
</section>
<section id="sitemap">
<h2>Sitemap</h2>
<p>Navigate through the site using the links above.</p>
</section>
<section id="policy">
<h2>Policy</h2>
<p>Read through the site policies to understand how this portfolio operates.</p>
</section>
</main>
<footer>
<p>Developer Anaz &copy; 2014-2026</p>
</footer>
<script src="script.js"></script>
</body>
</html>
246 changes: 123 additions & 123 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,123 +1,123 @@
---
layout: default
---

Text can be **bold**, _italic_, or ~~strikethrough~~.

[Link to another page](./another-page.html).

There should be whitespace between paragraphs.

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Header 1

This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

## Header 2

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.

### Header 3

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

### There's a horizontal rule below this.

* * *

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip

### And an ordered list:

1. Item one
1. Item two
1. Item three
1. Item four

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

```
The final element.
```
---
layout: default
---
Text can be **bold**, _italic_, or ~~strikethrough~~.
[Link to another page](./another-page.html).
There should be whitespace between paragraphs.
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
# Header 1
This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
## Header 2
> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
### Header 3
```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```
```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```
#### Header 4
* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.
##### Header 5
1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.
###### Header 6
| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |
### There's a horizontal rule below this.
* * *
### Here is an unordered list:
* Item foo
* Item bar
* Item baz
* Item zip
### And an ordered list:
1. Item one
1. Item two
1. Item three
1. Item four
### And a nested list:
- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item
### Small image
![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
### Large image
![Branching](https://guides.github.com/activities/hello-world/branching.png)
### Definition lists can be used with HTML syntax.
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```
```
The final element.
```
Loading
Loading