Skip to content

mormied22/mrm-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrm-web

A clean, lightweight personal portfolio for mormied, a Cyber Security Analyst focused on malware analysis, threat research, reverse engineering, and defensive security.

This project is intentionally simple: plain HTML, CSS, and JavaScript served as static assets through Cloudflare Workers using Wrangler.

Project structure

mrm-web/
├─ public/
│  ├─ index.html        # Page structure
│  ├─ styles.css        # Full visual design
│  ├─ content.js        # Edit name, links, cards, projects, and notes here
│  ├─ script.js         # Rendering, navigation, typing effect, scroll reveal
│  ├─ _headers          # Security headers for static assets
│  ├─ favicon.svg
│  ├─ robots.txt
│  └─ site.webmanifest
├─ package.json
├─ wrangler.json
├─ .gitignore
└─ README.md

Edit the website

Most content is in:

public/content.js

Edit these sections:

  • contact for GitHub, LinkedIn, email, TryHackMe, or Hack The Box links
  • focusAreas for skill cards
  • projects for upcoming project cards
  • notes for research notes and future blog-style entries

The HTML layout is in:

public/index.html

The visual styling is in:

public/styles.css

Local setup

Install dependencies:

npm.cmd install

Run locally:

npm.cmd run dev

Wrangler will show a local URL, usually:

http://localhost:8787

Deploy to Cloudflare Workers

Deploy manually:

npm.cmd run deploy

For Cloudflare Git deployments, use these settings:

Build command: npm install
Deploy command: npx wrangler deploy
Root directory: /

Adding write-ups

Write-up pages live in public/notes/. Add a new HTML page there, then add a matching entry to the notes array in public/content.js. If the note has an href, the homepage note card becomes clickable.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors