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
8 changes: 0 additions & 8 deletions Portfolio/DashBoard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ <h2>Hi, I'm Brahmendraprasad 👋</h2>
</section>
</div>

<!-- Middle Panel: OS Selector -->
<div class="middle-panel">
<button class="os-btn" data-platform="iPhone">iPhone</button>
<button class="os-btn" data-platform="MacOS">macOS</button>
<button class="os-btn" data-platform="VisionPro">visionOS</button>
<button class="os-btn" data-platform="TabOS">TabOS</button>
</div>

<!-- Right Panel: Dynamic Screen Display -->
<div class="right-panel">
<iframe id="os-display" src="../iPhone/index.html" frameborder="0"></iframe>
Expand Down
357 changes: 357 additions & 0 deletions Portfolio/DashBoard/data/data.json

Large diffs are not rendered by default.

35 changes: 1 addition & 34 deletions Portfolio/DashBoard/styles/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/* Left Panel */
.left-panel {
width: 25%;
width: 35%;
background-color: #1e1e1e;
color: white;
display: flex;
Expand All @@ -23,30 +23,6 @@
/* text-align: center; */
}

/* Middle Panel */
.middle-panel {
width: 10%;
background-color: #2c2c2c;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 15px;
}

.os-btn {
background-color: #444;
color: white;
border: none;
padding: 10px 15px;
cursor: pointer;
border-radius: 5px;
transition: 0.3s;
}

.os-btn:hover {
background-color: #666;
}

/* Right Panel */
.right-panel {
Expand All @@ -69,15 +45,6 @@
.left-panel {
display: none;
}

.middle-panel {
width: 100%;
flex-direction: row;
justify-content: center;
gap: 10px;
padding: 10px;
}

.right-panel {
width: 100%;
}
Expand Down
215 changes: 0 additions & 215 deletions Portfolio/MacOS/index.html

This file was deleted.

63 changes: 0 additions & 63 deletions Portfolio/MacOS/scripts/scripts.js

This file was deleted.

Loading