Skip to content

Commit 92e9fe0

Browse files
authored
Merge branch 'ThakaRashard:master' into master
2 parents b62c25f + 8046af5 commit 92e9fe0

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,46 @@ title: "@nasa-jpl TroubleTicketsNiSSUes"
66
image: Sun_Microsystems_SunFire_X4150_Cluster.jpeg
77
---
88

9+
[droughtMonitor is running on fumes](https://www.facebook.com/photo.php?fbid=802909469201210&set=a.703508175808007&type=3)
10+
[primoMix](https://soundcloud.com/selectabwoy/dj-premier-new-york-reality-check-101-1997?si=afed4c49fae44fde94b1641b12ad35be&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing)
11+
12+
## `<object>`:
13+
### The External Object element
14+
@w3c <object> being blocked when the application= #pdf all over Los Angeles County @CityofLosangeles @Emit-sds @nasa-jpl @stateofcalifornia
15+
Thats active doxxing on documents ! There are a coupld vids in the embedded facebook post @meta i hope u not mad at me for mentioning you guys, its gonnahurt you too if you working sustainably @blackgirlscode
16+
[SMARTLA](https://ita.lacity.gov/sites/g/files/wph1626/files/2021-05/SmartLA2028%20-%20Smart%20City%20Strategy.pdf?fbclid=IwY2xjawN4sjdleHRuA2FlbQIxMABicmlkETE5VFlFUURzWGhnZ2c4eGRBc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHkpxNcrh8mcr0lt3dpdPvT3hrqiB9fRUyHdb0bkvQZ11x8KKGVGanXN2DwaJ_aem_uEqexz6D09Ib5DZzdH7HzQ) [LACiTY_Docurments](https://www.facebook.com/permalink.php?story_fbid=pfbid02VaV9JAGg429ZTQWf44DHoL3wqDbhryryfGeW1hDtqVFyTK71dnAsSEaRZ2wsqjX4l&id=100084464911565)
17+
18+
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid027yX3pBqUhykaYnP5uhfcRRpT4EKp79t4kUu5zvyhsLzh6LA1phx1ipQooa3D3MEBl%26id%3D100084464911565&show_text=true&width=500" width="500" height="0" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
19+
20+
The <object> HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin. [read @mdn](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/object)
21+
22+
```html
23+
<object
24+
data="https://eyes.nasa.gov/curiosity/"
25+
type="text/html"
26+
width="250"
27+
height="200"></object>
28+
29+
<object
30+
data="https://mars.nasa.gov/files/mep/Mars_Exploration_Program_Future_Plan.pdf"
31+
type="application/pdf"
32+
width="250"
33+
height="200"></object>
34+
```
35+
36+
<object
37+
data="https://eyes.nasa.gov/curiosity/"
38+
type="text/html"
39+
width="250"
40+
height="200"></object>
41+
42+
<object
43+
data="https://mars.nasa.gov/files/mep/Mars_Exploration_Program_Future_Plan.pdf"
44+
type="application/pdf"
45+
width="250"
46+
height="200"></object>
47+
<img alt="image" src="https://github.com/user-attachments/assets/0b665b1e-3585-48ee-b1fa-975536e609c4" />
48+
949
@blackgirlscode @cityoflosangeles @nasa-jpl @emit-sds
1050

1151
<img alt="image" src="https://github.com/user-attachments/assets/b6c8898f-2eee-48c5-b54a-f579cd2093ed" />

0 commit comments

Comments
 (0)