import React from 'react' import Modal from 'react-modal' import ModalEnvatoIcon from './ModalEnvatoIcon' import styles from './MagicModalWrapper.module.scss' const customStyles = { overlay: { backgroundColor: 'rgba(32, 32, 32, 0.81)', zIndex: 199999, display: 'flex', justifyContent: 'center', alignItems: 'center' }, content: { background: '#f1f1f1', border: '0', padding: '0', right: 'auto', bottom: 'auto', top: 'auto', left: 'auto', borderRadius: '4px' } } const MagicModalWrapper = ({ photoId, photoTitle, onCloseCallback = null, children }) => { const [modalIsOpen, setModalIsOpen] = React.useState(true) const closeModal = () => { setModalIsOpen(false) if (onCloseCallback) { onCloseCallback() } } // Make sure to bind modal to your appElement (http://reactcommunity.org/react-modal/accessibility/) // We get window.templateKitImport.modalAppHolder from our initial render in main.jsx: if (typeof window !== 'undefined' && window.templateKitImport && window.templateKitImport.modalAppHolder) { Modal.setAppElement(window.templateKitImport.modalAppHolder) } return (
{typeof children === 'function' ? children({ closeModal }) : children}
) } export default MagicModalWrapper Harrington Park - DigiGrowths

Harrington Park

Harrington Park

Harrington Park Press(HPP) is an academic/scholarly book publisher based inNew York City, specializing inLGBTQtopics such as diversity, inclusivity, and equality.

Originally animprintofThe Haworth Press, Inc.(now part of theRoutledge/Taylor & Francis Group[1]), Harrington Park Press is now being run independently by Bill Cohen (Mr. Cohen was the founding publisher ofThe Haworth Press, Inc.). The relaunched Harrington Park Press published its first book,Male Sex Work and Society, in 2014.[2]

The press continues to publish multiple works per year relating to LGBTQ issues, includingStormtrooper Families(2015)[3]andFundamentals of LGBT Substance Use Disorders(forthcoming 2016).[4] Harrington Park Press is distributed byColumbia University Pressto the institutional, academic, and retail markets in the United States and internationally.

Leave a Comment

Your email address will not be published. Required fields are marked *