Skip to content

Commit 1882d89

Browse files
robertoglclaude
andcommitted
Replace custom button with official Open in MATLAB Online badge
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d50c49 commit 1882d89

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

index.html

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,6 @@
105105
background: rgba(255, 255, 255, 0.35);
106106
}
107107

108-
.open-matlab-btn {
109-
display: inline-block;
110-
margin-top: 0.75rem;
111-
padding: 0.5rem 1.2rem;
112-
background: #ffffff;
113-
border: none;
114-
border-radius: 4px;
115-
color: var(--accent);
116-
text-decoration: none;
117-
font-size: 0.9rem;
118-
font-weight: 600;
119-
transition: background 0.2s;
120-
}
121-
122-
.open-matlab-btn:hover {
123-
background: #e8e8e8;
124-
}
125108

126109
.intro-box {
127110
max-width: 100%;
@@ -347,8 +330,8 @@
347330
<button class="theme-toggle" id="themeToggle" aria-label="Toggle dark mode">&#9790;</button>
348331
<h1>Research Office Projects</h1>
349332
<p>From the MathWorks Advanced Research &amp; Technology Office</p>
350-
<a class="open-matlab-btn" href="https://matlab.mathworks.com/open/github/v1?repo=mathworks/Research-Office-Projects" target="_blank" rel="noopener">
351-
Open in MATLAB Online
333+
<a href="https://matlab.mathworks.com/open/github/v1?repo=mathworks/Research-Office-Projects" target="_blank" rel="noopener" style="display:inline-block;margin-top:1rem;">
334+
<img src="https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg" alt="Open in MATLAB Online">
352335
</a>
353336
</header>
354337

0 commit comments

Comments
 (0)