{"id":9,"date":"2026-04-07T16:49:00","date_gmt":"2026-04-07T16:49:00","guid":{"rendered":"https:\/\/mimohjoshi.com.np\/?page_id=9"},"modified":"2026-04-07T16:52:52","modified_gmt":"2026-04-07T16:52:52","slug":"mimoh-j","status":"publish","type":"page","link":"https:\/\/mimohjoshi.com.np\/?page_id=9","title":{"rendered":"Mimoh J."},"content":{"rendered":"\n<p><br>\n<br>\n<br>\n<meta charset=\"UTF-8\"><br>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br>\n<title>Mimoh Joshi \u2014 Microsoft 365 Expert &amp; IT Consultant<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&amp;family=DM+Mono:wght@300;400;500&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {<br \/>\n    --ink: #0d0d0d;<br \/>\n    --paper: #f5f0e8;<br \/>\n    --cream: #ede8dc;<br \/>\n    --accent: #c8440a;<br \/>\n    --accent2: #1a3a5c;<br \/>\n    --muted: #7a7060;<br \/>\n    --rule: #c5bfb0;<br \/>\n  }<\/p>\n<p>  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  html { scroll-behavior: smooth; }<\/p>\n<p>  body {<br \/>\n    background: var(--paper);<br \/>\n    color: var(--ink);<br \/>\n    font-family: 'DM Sans', sans-serif;<br \/>\n    font-weight: 300;<br \/>\n    overflow-x: hidden;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 NOISE OVERLAY \u2500\u2500 *\/<br \/>\n  body::before {<br \/>\n    content: '';<br \/>\n    position: fixed;<br \/>\n    inset: 0;<br \/>\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'\/%3E%3C\/svg%3E\");<br \/>\n    pointer-events: none;<br \/>\n    z-index: 1000;<br \/>\n    opacity: 0.5;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 NAV \u2500\u2500 *\/<br \/>\n  nav {<br \/>\n    position: fixed;<br \/>\n    top: 0; left: 0; right: 0;<br \/>\n    z-index: 100;<br \/>\n    display: flex;<br \/>\n    justify-content: space-between;<br \/>\n    align-items: center;<br \/>\n    padding: 1.5rem 4rem;<br \/>\n    background: rgba(245, 240, 232, 0.88);<br \/>\n    backdrop-filter: blur(12px);<br \/>\n    border-bottom: 1px solid var(--rule);<br \/>\n  }<\/p>\n<p>  .nav-logo {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.75rem;<br \/>\n    letter-spacing: 0.15em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--accent);<br \/>\n  }<\/p>\n<p>  .nav-links {<br \/>\n    display: flex;<br \/>\n    gap: 2.5rem;<br \/>\n    list-style: none;<br \/>\n  }<\/p>\n<p>  .nav-links a {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.7rem;<br \/>\n    letter-spacing: 0.12em;<br \/>\n    text-transform: uppercase;<br \/>\n    text-decoration: none;<br \/>\n    color: var(--muted);<br \/>\n    transition: color 0.2s;<br \/>\n  }<\/p>\n<p>  .nav-links a:hover { color: var(--ink); }<\/p>\n<p>  \/* \u2500\u2500 HERO \u2500\u2500 *\/<br \/>\n  .hero {<br \/>\n    min-height: 100vh;<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 1fr 1fr;<br \/>\n    padding-top: 80px;<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n  }<\/p>\n<p>  .hero-left {<br \/>\n    padding: 8rem 4rem 6rem 8rem;<br \/>\n    display: flex;<br \/>\n    flex-direction: column;<br \/>\n    justify-content: center;<br \/>\n    position: relative;<br \/>\n    z-index: 2;<br \/>\n  }<\/p>\n<p>  .hero-eyebrow {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.7rem;<br \/>\n    letter-spacing: 0.2em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--accent);<br \/>\n    margin-bottom: 2rem;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeUp 0.8s 0.2s forwards;<br \/>\n  }<\/p>\n<p>  .hero-name {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: clamp(4rem, 7vw, 7rem);<br \/>\n    font-weight: 900;<br \/>\n    line-height: 0.92;<br \/>\n    letter-spacing: -0.03em;<br \/>\n    margin-bottom: 2.5rem;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeUp 0.9s 0.35s forwards;<br \/>\n  }<\/p>\n<p>  .hero-name em {<br \/>\n    font-style: italic;<br \/>\n    color: var(--accent);<br \/>\n  }<\/p>\n<p>  .hero-tagline {<br \/>\n    font-size: 1.05rem;<br \/>\n    line-height: 1.7;<br \/>\n    color: var(--muted);<br \/>\n    max-width: 480px;<br \/>\n    margin-bottom: 3rem;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeUp 0.9s 0.5s forwards;<br \/>\n  }<\/p>\n<p>  .hero-cta {<br \/>\n    display: flex;<br \/>\n    gap: 1rem;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeUp 0.9s 0.65s forwards;<br \/>\n  }<\/p>\n<p>  .btn-primary {<br \/>\n    background: var(--accent);<br \/>\n    color: #fff;<br \/>\n    padding: 0.85rem 2rem;<br \/>\n    text-decoration: none;<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.72rem;<br \/>\n    letter-spacing: 0.12em;<br \/>\n    text-transform: uppercase;<br \/>\n    transition: background 0.2s, transform 0.2s;<br \/>\n    display: inline-block;<br \/>\n  }<\/p>\n<p>  .btn-primary:hover { background: #a8360a; transform: translateY(-2px); }<\/p>\n<p>  .btn-ghost {<br \/>\n    border: 1px solid var(--rule);<br \/>\n    color: var(--ink);<br \/>\n    padding: 0.85rem 2rem;<br \/>\n    text-decoration: none;<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.72rem;<br \/>\n    letter-spacing: 0.12em;<br \/>\n    text-transform: uppercase;<br \/>\n    transition: border-color 0.2s, background 0.2s, transform 0.2s;<br \/>\n    display: inline-block;<br \/>\n  }<\/p>\n<p>  .btn-ghost:hover { border-color: var(--ink); background: var(--cream); transform: translateY(-2px); }<\/p>\n<p>  .hero-right {<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n    background: var(--accent2);<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n  }<\/p>\n<p>  \/* Abstract geometric decoration *\/<br \/>\n  .hero-graphic {<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n  }<\/p>\n<p>  .hero-graphic svg {<br \/>\n    width: 100%;<br \/>\n    height: 100%;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeIn 1.2s 0.8s forwards;<br \/>\n  }<\/p>\n<p>  .hero-stat-card {<br \/>\n    position: absolute;<br \/>\n    bottom: 3rem;<br \/>\n    left: 3rem;<br \/>\n    background: rgba(245,240,232,0.12);<br \/>\n    backdrop-filter: blur(8px);<br \/>\n    border: 1px solid rgba(255,255,255,0.15);<br \/>\n    padding: 1.5rem 2rem;<br \/>\n    color: #fff;<br \/>\n    opacity: 0;<br \/>\n    animation: fadeUp 0.8s 1.1s forwards;<br \/>\n  }<\/p>\n<p>  .stat-number {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 3rem;<br \/>\n    font-weight: 900;<br \/>\n    line-height: 1;<br \/>\n    color: #fff;<br \/>\n  }<\/p>\n<p>  .stat-label {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.65rem;<br \/>\n    letter-spacing: 0.15em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: rgba(255,255,255,0.55);<br \/>\n    margin-top: 0.4rem;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 SECTION BASE \u2500\u2500 *\/<br \/>\n  section { padding: 7rem 0; }<\/p>\n<p>  .container {<br \/>\n    max-width: 1200px;<br \/>\n    margin: 0 auto;<br \/>\n    padding: 0 4rem;<br \/>\n  }<\/p>\n<p>  .section-label {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.68rem;<br \/>\n    letter-spacing: 0.2em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--accent);<br \/>\n    margin-bottom: 1rem;<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    gap: 1rem;<br \/>\n  }<\/p>\n<p>  .section-label::after {<br \/>\n    content: '';<br \/>\n    flex: 1;<br \/>\n    height: 1px;<br \/>\n    background: var(--rule);<br \/>\n    max-width: 60px;<br \/>\n  }<\/p>\n<p>  .section-title {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: clamp(2.2rem, 4vw, 3.5rem);<br \/>\n    font-weight: 700;<br \/>\n    line-height: 1.1;<br \/>\n    letter-spacing: -0.02em;<br \/>\n    margin-bottom: 1.5rem;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 ABOUT \u2500\u2500 *\/<br \/>\n  #about { background: var(--cream); }<\/p>\n<p>  .about-grid {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 1fr 1.4fr;<br \/>\n    gap: 6rem;<br \/>\n    align-items: start;<br \/>\n    padding-top: 2rem;<br \/>\n  }<\/p>\n<p>  .about-left { position: sticky; top: 120px; }<\/p>\n<p>  .big-initial {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 14rem;<br \/>\n    font-weight: 900;<br \/>\n    line-height: 0.8;<br \/>\n    color: var(--rule);<br \/>\n    letter-spacing: -0.05em;<br \/>\n    user-select: none;<br \/>\n    margin-bottom: -2rem;<br \/>\n  }<\/p>\n<p>  .about-right p {<br \/>\n    font-size: 1.05rem;<br \/>\n    line-height: 1.8;<br \/>\n    color: #3a3530;<br \/>\n    margin-bottom: 1.5rem;<br \/>\n  }<\/p>\n<p>  .about-right p:first-of-type {<br \/>\n    font-size: 1.25rem;<br \/>\n    font-weight: 400;<br \/>\n    color: var(--ink);<br \/>\n  }<\/p>\n<p>  .focus-list {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 1fr 1fr;<br \/>\n    gap: 0;<br \/>\n    margin-top: 3rem;<br \/>\n    border-top: 1px solid var(--rule);<br \/>\n  }<\/p>\n<p>  .focus-item {<br \/>\n    padding: 1.5rem 0;<br \/>\n    border-bottom: 1px solid var(--rule);<br \/>\n    display: flex;<br \/>\n    gap: 1rem;<br \/>\n    align-items: flex-start;<br \/>\n  }<\/p>\n<p>  .focus-item:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--rule); }<br \/>\n  .focus-item:nth-child(even) { padding-left: 2rem; }<\/p>\n<p>  .focus-num {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.65rem;<br \/>\n    color: var(--accent);<br \/>\n    margin-top: 0.2rem;<br \/>\n    flex-shrink: 0;<br \/>\n  }<\/p>\n<p>  .focus-text {<br \/>\n    font-size: 0.9rem;<br \/>\n    font-weight: 400;<br \/>\n    line-height: 1.5;<br \/>\n    color: var(--ink);<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 EXPERIENCE \u2500\u2500 *\/<br \/>\n  #experience { background: var(--paper); }<\/p>\n<p>  .exp-list { margin-top: 3rem; }<\/p>\n<p>  .exp-item {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 200px 1fr;<br \/>\n    gap: 3rem;<br \/>\n    padding: 2.5rem 0;<br \/>\n    border-top: 1px solid var(--rule);<br \/>\n    transition: background 0.2s;<br \/>\n    position: relative;<br \/>\n  }<\/p>\n<p>  .exp-item::before {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    left: -4rem; right: -4rem; top: 0; bottom: 0;<br \/>\n    background: var(--cream);<br \/>\n    opacity: 0;<br \/>\n    transition: opacity 0.3s;<br \/>\n    z-index: 0;<br \/>\n  }<\/p>\n<p>  .exp-item:hover::before { opacity: 1; }<br \/>\n  .exp-item > * { position: relative; z-index: 1; }<\/p>\n<p>  .exp-meta { }<\/p>\n<p>  .exp-period {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.68rem;<br \/>\n    letter-spacing: 0.08em;<br \/>\n    color: var(--accent);<br \/>\n    margin-bottom: 0.5rem;<br \/>\n  }<\/p>\n<p>  .exp-company {<br \/>\n    font-size: 0.82rem;<br \/>\n    color: var(--muted);<br \/>\n    font-weight: 400;<br \/>\n  }<\/p>\n<p>  .exp-content { }<\/p>\n<p>  .exp-role {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 1.5rem;<br \/>\n    font-weight: 700;<br \/>\n    margin-bottom: 0.5rem;<br \/>\n    letter-spacing: -0.01em;<br \/>\n  }<\/p>\n<p>  .exp-location {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.65rem;<br \/>\n    letter-spacing: 0.1em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--muted);<br \/>\n    margin-bottom: 1rem;<br \/>\n  }<\/p>\n<p>  .exp-desc {<br \/>\n    font-size: 0.92rem;<br \/>\n    line-height: 1.7;<br \/>\n    color: #4a4540;<br \/>\n    max-width: 540px;<br \/>\n  }<\/p>\n<p>  .exp-tag {<br \/>\n    display: inline-block;<br \/>\n    margin-top: 1rem;<br \/>\n    padding: 0.3rem 0.8rem;<br \/>\n    background: var(--accent);<br \/>\n    color: #fff;<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.6rem;<br \/>\n    letter-spacing: 0.12em;<br \/>\n    text-transform: uppercase;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 SKILLS \u2500\u2500 *\/<br \/>\n  #skills { background: var(--ink); color: var(--paper); }<\/p>\n<p>  #skills .section-label { color: var(--accent); }<br \/>\n  #skills .section-label::after { background: rgba(255,255,255,0.2); }<br \/>\n  #skills .section-title { color: var(--paper); }<\/p>\n<p>  .skills-grid {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(3, 1fr);<br \/>\n    gap: 1px;<br \/>\n    background: rgba(255,255,255,0.08);<br \/>\n    margin-top: 4rem;<br \/>\n    border: 1px solid rgba(255,255,255,0.08);<br \/>\n  }<\/p>\n<p>  .skill-block {<br \/>\n    background: var(--ink);<br \/>\n    padding: 2.5rem;<br \/>\n    transition: background 0.3s;<br \/>\n  }<\/p>\n<p>  .skill-block:hover { background: var(--accent2); }<\/p>\n<p>  .skill-icon {<br \/>\n    font-size: 2rem;<br \/>\n    margin-bottom: 1.2rem;<br \/>\n  }<\/p>\n<p>  .skill-name {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 1.3rem;<br \/>\n    font-weight: 700;<br \/>\n    margin-bottom: 0.8rem;<br \/>\n    color: var(--paper);<br \/>\n  }<\/p>\n<p>  .skill-desc {<br \/>\n    font-size: 0.85rem;<br \/>\n    line-height: 1.6;<br \/>\n    color: rgba(245,240,232,0.55);<br \/>\n  }<\/p>\n<p>  .skills-tag-cloud {<br \/>\n    margin-top: 4rem;<br \/>\n    display: flex;<br \/>\n    flex-wrap: wrap;<br \/>\n    gap: 0.5rem;<br \/>\n  }<\/p>\n<p>  .tag {<br \/>\n    border: 1px solid rgba(255,255,255,0.15);<br \/>\n    color: rgba(245,240,232,0.7);<br \/>\n    padding: 0.4rem 1rem;<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.65rem;<br \/>\n    letter-spacing: 0.1em;<br \/>\n    text-transform: uppercase;<br \/>\n    transition: border-color 0.2s, color 0.2s;<br \/>\n    cursor: default;<br \/>\n  }<\/p>\n<p>  .tag:hover { border-color: var(--accent); color: #fff; }<\/p>\n<p>  \/* \u2500\u2500 EDUCATION \u2500\u2500 *\/<br \/>\n  #education { background: var(--cream); }<\/p>\n<p>  .edu-list { margin-top: 3rem; }<\/p>\n<p>  .edu-item {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: 80px 1fr;<br \/>\n    gap: 2.5rem;<br \/>\n    padding: 2rem 0;<br \/>\n    border-top: 1px solid var(--rule);<br \/>\n    align-items: start;<br \/>\n  }<\/p>\n<p>  .edu-year {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 2rem;<br \/>\n    font-weight: 900;<br \/>\n    color: var(--rule);<br \/>\n    line-height: 1;<br \/>\n  }<\/p>\n<p>  .edu-degree {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: 1.25rem;<br \/>\n    font-weight: 700;<br \/>\n    margin-bottom: 0.3rem;<br \/>\n  }<\/p>\n<p>  .edu-school {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.7rem;<br \/>\n    letter-spacing: 0.1em;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--accent);<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/<br \/>\n  #contact {<br \/>\n    background: var(--paper);<br \/>\n    text-align: center;<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n  }<\/p>\n<p>  .contact-bg-text {<br \/>\n    position: absolute;<br \/>\n    bottom: -2rem;<br \/>\n    left: 50%;<br \/>\n    transform: translateX(-50%);<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: clamp(5rem, 18vw, 18rem);<br \/>\n    font-weight: 900;<br \/>\n    color: var(--rule);<br \/>\n    white-space: nowrap;<br \/>\n    user-select: none;<br \/>\n    pointer-events: none;<br \/>\n    opacity: 0.5;<br \/>\n    z-index: 0;<br \/>\n  }<\/p>\n<p>  .contact-inner {<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n    padding: 6rem 0;<br \/>\n  }<\/p>\n<p>  .contact-email {<br \/>\n    font-family: 'Playfair Display', serif;<br \/>\n    font-size: clamp(1.8rem, 3vw, 2.8rem);<br \/>\n    font-weight: 700;<br \/>\n    text-decoration: none;<br \/>\n    color: var(--ink);<br \/>\n    border-bottom: 3px solid var(--accent);<br \/>\n    padding-bottom: 0.2rem;<br \/>\n    display: inline-block;<br \/>\n    margin: 2rem 0 3rem;<br \/>\n    transition: color 0.2s;<br \/>\n    letter-spacing: -0.02em;<br \/>\n  }<\/p>\n<p>  .contact-email:hover { color: var(--accent); }<\/p>\n<p>  .contact-links {<br \/>\n    display: flex;<br \/>\n    gap: 2rem;<br \/>\n    justify-content: center;<br \/>\n    flex-wrap: wrap;<br \/>\n    margin-top: 1rem;<br \/>\n  }<\/p>\n<p>  .contact-link {<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.7rem;<br \/>\n    letter-spacing: 0.12em;<br \/>\n    text-transform: uppercase;<br \/>\n    text-decoration: none;<br \/>\n    color: var(--muted);<br \/>\n    border-bottom: 1px solid transparent;<br \/>\n    padding-bottom: 0.1rem;<br \/>\n    transition: color 0.2s, border-color 0.2s;<br \/>\n  }<\/p>\n<p>  .contact-link:hover { color: var(--ink); border-color: var(--ink); }<\/p>\n<p>  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/<br \/>\n  footer {<br \/>\n    background: var(--ink);<br \/>\n    color: rgba(245,240,232,0.4);<br \/>\n    padding: 2rem 8rem;<br \/>\n    display: flex;<br \/>\n    justify-content: space-between;<br \/>\n    align-items: center;<br \/>\n    font-family: 'DM Mono', monospace;<br \/>\n    font-size: 0.65rem;<br \/>\n    letter-spacing: 0.1em;<br \/>\n    text-transform: uppercase;<br \/>\n  }<\/p>\n<p>  footer span { color: var(--accent); }<\/p>\n<p>  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/<br \/>\n  @keyframes fadeUp {<br \/>\n    from { opacity: 0; transform: translateY(24px); }<br \/>\n    to { opacity: 1; transform: translateY(0); }<br \/>\n  }<\/p>\n<p>  @keyframes fadeIn {<br \/>\n    from { opacity: 0; }<br \/>\n    to { opacity: 1; }<br \/>\n  }<\/p>\n<p>  \/* Scroll reveal *\/<br \/>\n  .reveal {<br \/>\n    opacity: 0;<br \/>\n    transform: translateY(30px);<br \/>\n    transition: opacity 0.7s ease, transform 0.7s ease;<br \/>\n  }<\/p>\n<p>  .reveal.visible {<br \/>\n    opacity: 1;<br \/>\n    transform: none;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/<br \/>\n  @media (max-width: 900px) {<br \/>\n    nav { padding: 1.2rem 2rem; }<br \/>\n    .nav-links { display: none; }<\/p>\n<p>    .hero { grid-template-columns: 1fr; min-height: auto; }<br \/>\n    .hero-left { padding: 6rem 2rem 3rem; }<br \/>\n    .hero-right { height: 340px; }<\/p>\n<p>    .container { padding: 0 2rem; }<br \/>\n    .about-grid { grid-template-columns: 1fr; gap: 2rem; }<br \/>\n    .about-left { position: static; }<br \/>\n    .big-initial { font-size: 7rem; }<br \/>\n    .focus-list { grid-template-columns: 1fr; }<br \/>\n    .focus-item:nth-child(odd) { border-right: none; padding-right: 0; }<br \/>\n    .focus-item:nth-child(even) { padding-left: 0; }<\/p>\n<p>    .exp-item { grid-template-columns: 1fr; gap: 0.5rem; }<br \/>\n    .skills-grid { grid-template-columns: 1fr; }<br \/>\n    .edu-item { grid-template-columns: 1fr; }<\/p>\n<p>    footer { flex-direction: column; gap: 0.5rem; padding: 1.5rem 2rem; text-align: center; }<br \/>\n  }<br \/>\n<\/style>\n<\/p>\n\n\n\n<p><br>\n<\/p>\n\n\n\n<p><!-- NAV --><\/p>\n\n\n\n<nav>\n<div class=\"nav-logo\">Mimoh Joshi<\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#about\">About<\/a><\/li>\n<li><a href=\"#experience\">Experience<\/a><\/li>\n<li><a href=\"#skills\">Skills<\/a><\/li>\n<li><a href=\"#education\">Education<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<\/ul>\n<\/nav>\n\n\n\n<p><!-- HERO --><\/p>\n\n\n\n<section class=\"hero\">\n<div class=\"hero-left\">\n<p class=\"hero-eyebrow\">Senior System Administrator \u00b7 IT Consultant \u00b7 Trainer<\/p>\n<h1 class=\"hero-name\">Mimoh<br><em>Joshi<\/em><\/h1>\n<p class=\"hero-tagline\">Helping teams work smarter with Microsoft 365. 16+ years closing the gap between tools businesses own and tools they actually use.<\/p>\n<div class=\"hero-cta\">\n      <a href=\"#contact\" class=\"btn-primary\">Get in Touch<\/a><br>\n      <a href=\"#experience\" class=\"btn-ghost\">View Work<\/a>\n    <\/div>\n<p><\/p><\/div>\n<div class=\"hero-right\">\n<div class=\"hero-graphic\">\n      <svg viewBox=\"0 0 600 700\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"xMidYMid slice\"><\/svg><br>\n        <!-- Background --><br>\n        <rect width=\"600\" height=\"700\" fill=\"#1a3a5c\"><p><\/p>\n<p>        <!-- Grid lines -->\n        <line x1=\"0\" y1=\"140\" x2=\"600\" y2=\"140\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"0\" y1=\"280\" x2=\"600\" y2=\"280\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"0\" y1=\"420\" x2=\"600\" y2=\"420\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"0\" y1=\"560\" x2=\"600\" y2=\"560\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"150\" y1=\"0\" x2=\"150\" y2=\"700\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"300\" y1=\"0\" x2=\"300\" y2=\"700\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n        <line x1=\"450\" y1=\"0\" x2=\"450\" y2=\"700\" stroke=\"rgba(255,255,255,0.06)\" stroke-width=\"1\">\n<\/line><\/line><\/line><\/line><\/line><\/line><\/line><\/p><p>        <!-- Large circle --><br>\n        <circle cx=\"300\" cy=\"330\" r=\"220\" fill=\"none\" stroke=\"rgba(255,255,255,0.07)\" stroke-width=\"1\"><br>\n        <circle cx=\"300\" cy=\"330\" r=\"160\" fill=\"none\" stroke=\"rgba(200,68,10,0.25)\" stroke-width=\"1\"><br>\n        <circle cx=\"300\" cy=\"330\" r=\"100\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"><\/circle><\/circle><\/circle><\/p>\n<p>        <!-- M365 hexagonal grid concept --><br>\n        <g transform=\"translate(220, 240) rotate(15)\"><br>\n          <rect x=\"0\" y=\"0\" width=\"70\" height=\"70\" fill=\"rgba(200,68,10,0.6)\" rx=\"4\"><br>\n          <text x=\"35\" y=\"42\" text-anchor=\"middle\" fill=\"white\" font-family=\"serif\" font-size=\"28\" font-weight=\"bold\">M<\/text><br>\n        <\/rect><\/g><br>\n        <g transform=\"translate(310, 240) rotate(-5)\"><br>\n          <rect x=\"0\" y=\"0\" width=\"70\" height=\"70\" fill=\"rgba(255,255,255,0.12)\" rx=\"4\"><br>\n          <text x=\"35\" y=\"42\" text-anchor=\"middle\" fill=\"rgba(255,255,255,0.7)\" font-family=\"serif\" font-size=\"22\">365<\/text><br>\n        <\/rect><\/g><br>\n        <g transform=\"translate(265, 320) rotate(5)\"><br>\n          <rect x=\"0\" y=\"0\" width=\"70\" height=\"70\" fill=\"rgba(26,58,92,0.8)\" stroke=\"rgba(200,68,10,0.4)\" stroke-width=\"1\" rx=\"4\"><br>\n          <text x=\"35\" y=\"42\" text-anchor=\"middle\" fill=\"rgba(255,255,255,0.5)\" font-family=\"serif\" font-size=\"20\">IT<\/text><br>\n        <\/rect><\/g><\/p>\n<p>        <!-- Decorative lines -->\n        <line x1=\"80\" y1=\"120\" x2=\"200\" y2=\"270\" stroke=\"rgba(200,68,10,0.3)\" stroke-width=\"1\">\n        <line x1=\"520\" y1=\"150\" x2=\"390\" y2=\"260\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\">\n        <line x1=\"100\" y1=\"480\" x2=\"240\" y2=\"380\" stroke=\"rgba(255,255,255,0.07)\" stroke-width=\"1\">\n        <line x1=\"500\" y1=\"530\" x2=\"380\" y2=\"400\" stroke=\"rgba(200,68,10,0.2)\" stroke-width=\"1\">\n<\/line><\/line><\/line><\/line><\/p><p>        <!-- Nepal \/ location dot --><br>\n        <circle cx=\"480\" cy=\"160\" r=\"5\" fill=\"rgba(200,68,10,0.8)\"><br>\n        <circle cx=\"480\" cy=\"160\" r=\"12\" fill=\"none\" stroke=\"rgba(200,68,10,0.3)\" stroke-width=\"1\"><br>\n        <text x=\"494\" y=\"165\" fill=\"rgba(255,255,255,0.4)\" font-family=\"monospace\" font-size=\"9\" letter-spacing=\"1\">NEPAL<\/text><\/circle><\/circle><\/p>\n<p>        <!-- US remote dot --><br>\n        <circle cx=\"120\" cy=\"220\" r=\"5\" fill=\"rgba(255,255,255,0.5)\"><br>\n        <circle cx=\"120\" cy=\"220\" r=\"12\" fill=\"none\" stroke=\"rgba(255,255,255,0.15)\" stroke-width=\"1\"><br>\n        <text x=\"136\" y=\"225\" fill=\"rgba(255,255,255,0.4)\" font-family=\"monospace\" font-size=\"9\" letter-spacing=\"1\">US REMOTE<\/text><\/circle><\/circle><\/p>\n<p>        <!-- Connection line between two dots -->\n        <line x1=\"132\" y1=\"220\" x2=\"468\" y2=\"160\" stroke=\"rgba(200,68,10,0.2)\" stroke-width=\"1\" stroke-dasharray=\"6,4\">\n<\/line><\/p><p>        <!-- Bottom text --><br>\n        <text x=\"300\" y=\"640\" text-anchor=\"middle\" fill=\"rgba(255,255,255,0.15)\" font-family=\"monospace\" font-size=\"9\" letter-spacing=\"3\">DIGITAL \u00b7 TRANSFORMATION \u00b7 SPECIALIST<\/text><\/p>\n<p>        <!-- Years label --><br>\n        <text x=\"80\" y=\"580\" fill=\"rgba(200,68,10,0.5)\" font-family=\"serif\" font-size=\"72\" font-weight=\"bold\" opacity=\"0.3\">16<\/text><br>\n        <text x=\"82\" y=\"620\" fill=\"rgba(255,255,255,0.25)\" font-family=\"monospace\" font-size=\"8\" letter-spacing=\"2\">YEARS EXP.<\/text><br>\n      \n    <\/p><\/rect><\/div>\n<div class=\"hero-stat-card\">\n<div class=\"stat-number\">16+<\/div>\n<div class=\"stat-label\">Years in IT<\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- ABOUT --><\/p>\n\n\n\n<section id=\"about\">\n<div class=\"container\">\n<p class=\"section-label reveal\">About<\/p>\n<div class=\"about-grid\">\n<div class=\"about-left reveal\">\n<div class=\"big-initial\">MJ<\/div>\n<div class=\"section-title\" style=\"margin-top: 1rem;\">Who<br>I Am.<\/div>\n<p><\/p><\/div>\n<div class=\"about-right\">\n<p class=\"reveal\">I help teams stop wasting the tools they already own. Most organizations are sitting on the full Microsoft 365 stack and using 20% of it.<\/p>\n<p class=\"reveal\">With 16+ years across system administration, network infrastructure, IT training, and cybersecurity, I&#8217;ve built and led technical operations for companies in Nepal and the United States \u2014 remotely and on-site.<\/p>\n<p class=\"reveal\">I founded Panda Informatics in 2020, currently administer M365 environments for a Florida-based client, and have operated as both a hands-on engineer and a strategic technical manager across my career.<\/p>\n<p class=\"reveal\">The throughline: technology should serve people, not confuse them.<\/p>\n<div class=\"focus-list\">\n<div class=\"focus-item reveal\">\n            <span class=\"focus-num\">01<\/span><br>\n            <span class=\"focus-text\">Microsoft 365 deployment, optimization &amp; adoption<\/span>\n          <\/div>\n<div class=\"focus-item reveal\">\n            <span class=\"focus-num\">02<\/span><br>\n            <span class=\"focus-text\">System &amp; network administration<\/span>\n          <\/div>\n<div class=\"focus-item reveal\">\n            <span class=\"focus-num\">03<\/span><br>\n            <span class=\"focus-text\">Cybersecurity &amp; AI integration<\/span>\n          <\/div>\n<div class=\"focus-item reveal\">\n            <span class=\"focus-num\">04<\/span><br>\n            <span class=\"focus-text\">Training &amp; facilitation for non-technical users<\/span>\n          <\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- EXPERIENCE --><\/p>\n\n\n\n<section id=\"experience\">\n<div class=\"container\">\n<p class=\"section-label reveal\">Experience<\/p>\n<h2 class=\"section-title reveal\">Work<br>History.<\/h2>\n<div class=\"exp-list\">\n<div class=\"exp-item reveal\">\n<div class=\"exp-meta\">\n<div class=\"exp-period\">Sep 2024 \u2014 Present<\/div>\n<div class=\"exp-company\">M365 Professionals<\/div>\n<p><\/p><\/div>\n<div class=\"exp-content\">\n<h3 class=\"exp-role\">Microsoft 365 Administrator<\/h3>\n<div class=\"exp-location\">\ud83d\udccd Florida, United States (Remote)<\/div>\n<p class=\"exp-desc\">Managing Microsoft 365 environments, ensuring secure deployment, optimizing configurations, and driving adoption across distributed teams.<\/p>\n<p>          <span class=\"exp-tag\">Current<\/span>\n        <\/p><\/div>\n<p><\/p><\/div>\n<div class=\"exp-item reveal\">\n<div class=\"exp-meta\">\n<div class=\"exp-period\">Mar 2020 \u2014 Present<\/div>\n<div class=\"exp-company\">Panda Informatics Pvt. Ltd.<\/div>\n<p><\/p><\/div>\n<div class=\"exp-content\">\n<h3 class=\"exp-role\">Founder &amp; Senior System Administrator<\/h3>\n<div class=\"exp-location\">\ud83d\udccd Bagmati, Nepal<\/div>\n<p class=\"exp-desc\">Founded and lead an IT services firm delivering system administration, cloud infrastructure, and technical consulting to businesses across Nepal.<\/p>\n<p>          <span class=\"exp-tag\">Current \u00b7 Founder<\/span>\n        <\/p><\/div>\n<p><\/p><\/div>\n<div class=\"exp-item reveal\">\n<div class=\"exp-meta\">\n<div class=\"exp-period\">Aug 2022 \u2014 Oct 2023<\/div>\n<div class=\"exp-company\">Hotwire Telecom<\/div>\n<p><\/p><\/div>\n<div class=\"exp-content\">\n<h3 class=\"exp-role\">Senior IT Engineer<\/h3>\n<div class=\"exp-location\">\ud83d\udccd United States (Remote)<\/div>\n<p class=\"exp-desc\">Senior engineering role supporting telecommunications infrastructure and IT operations remotely for a US-based telecom company.<\/p>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div class=\"exp-item reveal\">\n<div class=\"exp-meta\">\n<div class=\"exp-period\">Oct 2013 \u2014 May 2019<\/div>\n<div class=\"exp-company\">LearnTech Pvt. Ltd.<\/div>\n<p><\/p><\/div>\n<div class=\"exp-content\">\n<h3 class=\"exp-role\">Technical Manager<\/h3>\n<div class=\"exp-location\">\ud83d\udccd Nepal<\/div>\n<p class=\"exp-desc\">Led technical operations and IT training programs, bridging the gap between technology infrastructure and end-user capability development.<\/p>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div class=\"exp-item reveal\">\n<div class=\"exp-meta\">\n<div class=\"exp-period\">Jun 2010 \u2014 Nov 2012<\/div>\n<div class=\"exp-company\">International Integrated Solutions<\/div>\n<p><\/p><\/div>\n<div class=\"exp-content\">\n<h3 class=\"exp-role\">Junior System Administrator<\/h3>\n<div class=\"exp-location\">\ud83d\udccd Nepal<\/div>\n<p class=\"exp-desc\">Entry-level system administration \u2014 the foundation of a 16-year career in IT infrastructure and enterprise systems.<\/p>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- SKILLS --><\/p>\n\n\n\n<section id=\"skills\">\n<div class=\"container\">\n<p class=\"section-label reveal\">Expertise<\/p>\n<h2 class=\"section-title reveal\">Core<br>Skills.<\/h2>\n<div class=\"skills-grid\">\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\u2601\ufe0f<\/div>\n<h3 class=\"skill-name\">Microsoft 365<\/h3>\n<p class=\"skill-desc\">Full-stack M365 administration \u2014 Exchange Online, Teams, SharePoint, OneDrive, Intune, Defender, and M365 Backup. Deployment to governance.<\/p>\n<p><\/p><\/div>\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\ud83d\udda7<\/div>\n<h3 class=\"skill-name\">System &amp; Network Admin<\/h3>\n<p class=\"skill-desc\">Scalable, reliable infrastructure design and management. On-prem and hybrid environments, network configuration, and performance optimization.<\/p>\n<p><\/p><\/div>\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\ud83d\udd10<\/div>\n<h3 class=\"skill-name\">Cybersecurity<\/h3>\n<p class=\"skill-desc\">Security policy, identity management, threat response, and building safer digital environments \u2014 without slowing teams down.<\/p>\n<p><\/p><\/div>\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\ud83e\udd16<\/div>\n<h3 class=\"skill-name\">AI Integration<\/h3>\n<p class=\"skill-desc\">Applying AI tools to real operational workflows \u2014 Copilot for M365, automation, and smarter ways to work at the enterprise level.<\/p>\n<p><\/p><\/div>\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\ud83c\udf93<\/div>\n<h3 class=\"skill-name\">Training &amp; Facilitation<\/h3>\n<p class=\"skill-desc\">Making complex technology stick. End-user training, adoption programs, and turning technical concepts into daily habits for non-technical teams.<\/p>\n<p><\/p><\/div>\n<div class=\"skill-block reveal\">\n<div class=\"skill-icon\">\ud83c\udf10<\/div>\n<h3 class=\"skill-name\">Remote-Ready Operations<\/h3>\n<p class=\"skill-desc\">8+ years of cross-border, remote IT work across Nepal and the US. Experienced with async operations, distributed teams, and global clients.<\/p>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div class=\"skills-tag-cloud reveal\">\n      <span class=\"tag\">Microsoft Teams<\/span><br>\n      <span class=\"tag\">Exchange Online<\/span><br>\n      <span class=\"tag\">SharePoint<\/span><br>\n      <span class=\"tag\">M365 Backup<\/span><br>\n      <span class=\"tag\">Microsoft Intune<\/span><br>\n      <span class=\"tag\">Azure AD<\/span><br>\n      <span class=\"tag\">Windows Server<\/span><br>\n      <span class=\"tag\">Active Directory<\/span><br>\n      <span class=\"tag\">Network Security<\/span><br>\n      <span class=\"tag\">Microsoft Defender<\/span><br>\n      <span class=\"tag\">Copilot for M365<\/span><br>\n      <span class=\"tag\">IT Consulting<\/span><br>\n      <span class=\"tag\">Digital Transformation<\/span><br>\n      <span class=\"tag\">VoIP \/ Telecom<\/span>\n    <\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- EDUCATION --><\/p>\n\n\n\n<section id=\"education\">\n<div class=\"container\">\n<p class=\"section-label reveal\">Education<\/p>\n<h2 class=\"section-title reveal\">Academic<br>Background.<\/h2>\n<div class=\"edu-list\">\n<div class=\"edu-item reveal\">\n<div class=\"edu-year\">BSc<\/div>\n<div>\n<div class=\"edu-degree\">Bachelor of Science in Computer Science<\/div>\n<div class=\"edu-school\">Leeds Beckett University<\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div class=\"edu-item reveal\">\n<div class=\"edu-year\">+2<\/div>\n<div>\n<div class=\"edu-degree\">Science<\/div>\n<div class=\"edu-school\">Welhams College<\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div class=\"edu-item reveal\">\n<div class=\"edu-year\">&#8217;04<\/div>\n<div>\n<div class=\"edu-degree\">Secondary Education<\/div>\n<div class=\"edu-school\">V.S. Niketan \u00b7 2004<\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<div style=\"margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--rule);\" class=\"reveal\">\n<p class=\"section-label\">Certifications<\/p>\n<div style=\"margin-top: 1.5rem;\">\n<div style=\"font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.3rem;\">Introduction to Computers, Operating Systems and Security<\/div>\n<div style=\"font-family: 'DM Mono', monospace; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);\">Microsoft \u00b7 Verified Certification<\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- CONTACT --><\/p>\n\n\n\n<section id=\"contact\">\n<div class=\"contact-bg-text\">Let&#8217;s Talk<\/div>\n<div class=\"container\">\n<div class=\"contact-inner\">\n<p class=\"section-label reveal\" style=\"justify-content: center;\">Contact<\/p>\n<h2 class=\"section-title reveal\" style=\"text-align: center;\">Ready to work<br><em style=\"font-family: 'Playfair Display', serif;\">smarter?<\/em><\/h2>\n<div class=\"reveal\">\n        <a href=\"mailto:menmypari@hotmail.com\" class=\"contact-email\">menmypari@hotmail.com<\/a>\n      <\/div>\n<div class=\"contact-links reveal\">\n        <a href=\"https:\/\/www.linkedin.com\/in\/joshimimoh\" target=\"_blank\" class=\"contact-link\">LinkedIn \u2197<\/a><br>\n        <a href=\"tel:+9779851093293\" class=\"contact-link\">+977 985 109 3293<\/a><br>\n        <a href=\"#about\" class=\"contact-link\">Based in Bhaktapur, Nepal<\/a>\n      <\/div>\n<p><\/p><\/div>\n<p><\/p><\/div>\n<\/section>\n\n\n\n<p><!-- FOOTER --><\/p>\n\n\n\n<footer>\n<div>\u00a9 2025 <span>Mimoh Joshi<\/span><\/div>\n<div>Senior System Administrator \u00b7 IT Consultant \u00b7 Trainer<\/div>\n<div>Bhaktapur, Nepal<\/div>\n<\/footer>\n\n\n\n<p><script><br \/>\n  \/\/ Scroll reveal<br \/>\n  const reveals = document.querySelectorAll('.reveal');<br \/>\n  const observer = new IntersectionObserver((entries) => {<br \/>\n    entries.forEach((entry, i) => {<br \/>\n      if (entry.isIntersecting) {<br \/>\n        setTimeout(() => entry.target.classList.add('visible'), i * 60);<br \/>\n        observer.unobserve(entry.target);<br \/>\n      }<br \/>\n    });<br \/>\n  }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });<\/p>\n<p>  reveals.forEach(el => observer.observe(el));<\/p>\n<p>  \/\/ Nav active state<br \/>\n  const sections = document.querySelectorAll('section[id]');<br \/>\n  const navLinks = document.querySelectorAll('.nav-links a');<\/p>\n<p>  window.addEventListener('scroll', () => {<br \/>\n    let current = '';<br \/>\n    sections.forEach(s => {<br \/>\n      if (window.scrollY >= s.offsetTop - 120) current = s.getAttribute('id');<br \/>\n    });<br \/>\n    navLinks.forEach(a => {<br \/>\n      a.style.color = a.getAttribute('href') === `#${current}` ? 'var(--ink)' : '';<br \/>\n    });<br \/>\n  });<br \/>\n<\/script><br>\n<br>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mimoh Joshi \u2014 Microsoft 365 Expert &amp; IT Consultant Mimoh Joshi About Experience Skills Education Contact Senior System Administrator \u00b7 IT Consultant \u00b7 Trainer MimohJoshi Helping teams work smarter with Microsoft 365. 16+ years closing the gap between tools businesses own and tools they actually use. Get in Touch View Work M 365 IT NEPAL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mimoh J. - Joshi Mimoh<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mimohjoshi.com.np\/?page_id=9\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mimoh J. - Joshi Mimoh\" \/>\n<meta property=\"og:description\" content=\"Mimoh Joshi \u2014 Microsoft 365 Expert &amp; IT Consultant Mimoh Joshi About Experience Skills Education Contact Senior System Administrator \u00b7 IT Consultant \u00b7 Trainer MimohJoshi Helping teams work smarter with Microsoft 365. 16+ years closing the gap between tools businesses own and tools they actually use. Get in Touch View Work M 365 IT NEPAL [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mimohjoshi.com.np\/?page_id=9\" \/>\n<meta property=\"og:site_name\" content=\"Joshi Mimoh\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-07T16:52:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mimohjoshi.com.np\\\/?page_id=9\",\"url\":\"https:\\\/\\\/mimohjoshi.com.np\\\/?page_id=9\",\"name\":\"Mimoh J. - Joshi Mimoh\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mimohjoshi.com.np\\\/#website\"},\"datePublished\":\"2026-04-07T16:49:00+00:00\",\"dateModified\":\"2026-04-07T16:52:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mimohjoshi.com.np\\\/?page_id=9#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mimohjoshi.com.np\\\/?page_id=9\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mimohjoshi.com.np\\\/?page_id=9#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mimohjoshi.com.np\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mimoh J.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mimohjoshi.com.np\\\/#website\",\"url\":\"https:\\\/\\\/mimohjoshi.com.np\\\/\",\"name\":\"Joshi Mimoh\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mimohjoshi.com.np\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mimoh J. - Joshi Mimoh","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mimohjoshi.com.np\/?page_id=9","og_locale":"en_US","og_type":"article","og_title":"Mimoh J. - Joshi Mimoh","og_description":"Mimoh Joshi \u2014 Microsoft 365 Expert &amp; IT Consultant Mimoh Joshi About Experience Skills Education Contact Senior System Administrator \u00b7 IT Consultant \u00b7 Trainer MimohJoshi Helping teams work smarter with Microsoft 365. 16+ years closing the gap between tools businesses own and tools they actually use. Get in Touch View Work M 365 IT NEPAL [&hellip;]","og_url":"https:\/\/mimohjoshi.com.np\/?page_id=9","og_site_name":"Joshi Mimoh","article_modified_time":"2026-04-07T16:52:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mimohjoshi.com.np\/?page_id=9","url":"https:\/\/mimohjoshi.com.np\/?page_id=9","name":"Mimoh J. - Joshi Mimoh","isPartOf":{"@id":"https:\/\/mimohjoshi.com.np\/#website"},"datePublished":"2026-04-07T16:49:00+00:00","dateModified":"2026-04-07T16:52:52+00:00","breadcrumb":{"@id":"https:\/\/mimohjoshi.com.np\/?page_id=9#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mimohjoshi.com.np\/?page_id=9"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mimohjoshi.com.np\/?page_id=9#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mimohjoshi.com.np\/"},{"@type":"ListItem","position":2,"name":"Mimoh J."}]},{"@type":"WebSite","@id":"https:\/\/mimohjoshi.com.np\/#website","url":"https:\/\/mimohjoshi.com.np\/","name":"Joshi Mimoh","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mimohjoshi.com.np\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":3,"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/mimohjoshi.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}