Skip to content

Commit

Permalink
feat: Integrate OpenTelemetry HTML content into React app
Browse files Browse the repository at this point in the history
  • Loading branch information
mildrette committed Jul 10, 2024
1 parent 81fba44 commit ebedb58
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 28 deletions.
Binary file added public/90OK.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Artboard 9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/blob-scene-haikei.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon (1).ico
Binary file not shown.
20 changes: 13 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,23 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/solid.min.css">
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.9.0/css/anychart-ui.min.css">
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.9.0/fonts/css/anychart-font.min.css">

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/solid.min.css"
/>
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.9.0/css/anychart-ui.min.css" />
<link
rel="stylesheet"
href="https://cdn.anychart.com/releases/8.9.0/fonts/css/anychart-font.min.css"
/>

<title>SMSWithoutBorders Dashboards</title>
</head>
<body>
<div id="root"></div>
</body>
</html>


Binary file added public/logoicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/swob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions src/Pages/OpenTelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@ import "../Components/OPentelematryjsfile";
const OpenTelemetry = () => {
return (
<div>
<section className="home-section">
<div className="home-content">
<i className="bx bx-menu text-light"></i>
<div className="main">
<div className="row">
<div className="col-md-6">
<h4 className="text-light">Open Telemetry</h4>
{/* Original content and components */}
<div className="row">
{/* Replace with original content */}
<div className="col-md-6">
{/* Original content */}
<p className="text-light">Original content here...</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>

<section className="home-section">
<div className="home-content">
<i className="bx bx-menu text-light"></i>
Expand Down

0 comments on commit ebedb58

Please sign in to comment.